Changes between Version 28 and Version 29 of Dev


Ignore:
Timestamp:
Sep 13, 2011 1:47:52 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev

    v28 v29  
    1616 * wikipetan:竹内関数 
    1717 * [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. 
    1825 
    1926 = C/C++ =