home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-12-25 | 941 b | 53 lines |
- [-COMMENT-:GLOBAL]
- # OCAML LANGUAGE KEYWORDS FILE
- #
- # CRIMSON EDITOR v3.3
- # FIRST EDITED BY Craig J. Anderson 2001.11.02
- # KWD0: Data Types
- # KWD1: Assignment
- # KWD2: Flow Control
- # KWD3: Input Output
-
- [KEYWORDS0:GLOBAL]
- land lor lxor lnot lsl lsr asr
- int_of_string string_of_int int_of_float
-
- sin cos exp sqrt atan atan2
- float_of_string string_of_float float_of_int
-
- true false not
-
- exception type of mutable
-
- do_list map
-
- [KEYWORDS1:GLOBAL]
- let rec function procedure and in
- ref
-
- [KEYWORDS2:GLOBAL]
- try match with raise
- for while to do done
- if then else
- begin end
- when
-
- do_list map list_length
-
- [KEYWORDS3:GLOBAL]
- print_string print_int print_float printf print_newline
- open_in close_in input_line input_string input_char
- open_out close_out output_string output_char
-
- [KEYWORDS4:GLOBAL]
-
- [KEYWORDS5:GLOBAL]
-
- [KEYWORDS6:GLOBAL]
-
- [KEYWORDS7:GLOBAL]
-
- [KEYWORDS8:GLOBAL]
-
- [KEYWORDS9:GLOBAL]
-