home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Topware / crimson / data1.cab / Program_Files / spec / ocaml.key < prev    next >
Encoding:
INI File  |  2001-12-25  |  941 b   |  53 lines

  1. [-COMMENT-:GLOBAL]
  2. # OCAML LANGUAGE KEYWORDS FILE
  3. #
  4. # CRIMSON EDITOR v3.3
  5. # FIRST EDITED BY Craig J. Anderson 2001.11.02
  6. # KWD0: Data Types
  7. # KWD1: Assignment
  8. # KWD2: Flow Control
  9. # KWD3: Input Output
  10.  
  11. [KEYWORDS0:GLOBAL]
  12. land lor lxor lnot lsl lsr asr
  13. int_of_string string_of_int int_of_float
  14.  
  15. sin cos exp sqrt atan atan2
  16. float_of_string string_of_float float_of_int
  17.  
  18. true false not
  19.  
  20. exception type of mutable
  21.  
  22. do_list map
  23.  
  24. [KEYWORDS1:GLOBAL]
  25. let rec function procedure and in
  26. ref
  27.  
  28. [KEYWORDS2:GLOBAL]
  29. try match with raise
  30. for while to do done
  31. if then else
  32. begin end
  33. when
  34.  
  35. do_list map list_length
  36.  
  37. [KEYWORDS3:GLOBAL]
  38. print_string print_int print_float printf print_newline
  39. open_in close_in input_line input_string input_char
  40. open_out close_out output_string output_char
  41.  
  42. [KEYWORDS4:GLOBAL]
  43.  
  44. [KEYWORDS5:GLOBAL]
  45.  
  46. [KEYWORDS6:GLOBAL]
  47.  
  48. [KEYWORDS7:GLOBAL]
  49.  
  50. [KEYWORDS8:GLOBAL]
  51.  
  52. [KEYWORDS9:GLOBAL]
  53.