Changes between Version 28 and Version 29 of Dev
- Timestamp:
- Sep 13, 2011 1:47:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v28 v29 16 16 * wikipetan:竹内関数 17 17 * [http://caca.zoy.org/wiki/PWNtcha PWNtcha - captcha decoder] 18 19 * [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html Module Pervasives] OCaml 20 > The initially opened module. 21 > 22 > This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, input-output channels, ...). 23 > 24 > This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short name, without prefixing them by Pervasives. 18 25 19 26 = C/C++ =