home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d924 / edwordpro.lha / EdWordPro / KeywordFiles / Pascal.key < prev    next >
Text File  |  1993-10-07  |  1KB  |  101 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : Pascal.key                                       ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 19/8/92                                          ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the ISO Standard Pascal language.    ##
  9. ; ##  Keywords : This file contains 77 keywords                   ##
  10. ; ##   Used By : Any version of the text editor EdWord.           ##
  11. ; ##      Help : A description of the file format for creating    ##
  12. ; ##             your own Keyword Definition files and how to use ##
  13. ; ##             them is held in the EdWordHelp Program.          ##
  14. ; ##                                                              ##
  15. ; ##################################################################
  16. ;
  17.  
  18. DELIM_OPEN=',{,(*
  19. DELIM_CLOSE=',},*)
  20. INDENT_SYMBOL=Begin,Var,Const,Type
  21. UNINDENT_SYMBOL=End,End;,End.
  22.  
  23. Abs
  24. And
  25. ArcTan
  26. Array
  27. Begin
  28. Boolean
  29. Case
  30. Char
  31. Chr
  32. Const
  33. Cos
  34. Dispose
  35. Div
  36. Do
  37. DownTo
  38. Else
  39. End
  40. Eof
  41. Eoln
  42. Exp
  43. False
  44. File
  45. For
  46. Forward
  47. Function
  48. Get
  49. Goto
  50. If
  51. In
  52. Include
  53. Input
  54. Integer
  55. Label
  56. Ln
  57. MaxInt
  58. Mod
  59. New
  60. Nil
  61. Not
  62. Odd
  63. Of
  64. Or
  65. Ord
  66. Output
  67. Pack
  68. Packed
  69. Page
  70. Pred
  71. Procedure
  72. Program
  73. Put
  74. Read
  75. ReadLn
  76. Real
  77. Record
  78. Repeat
  79. Reset
  80. Rewrite
  81. Round
  82. Set
  83. Sin
  84. Sqr
  85. Sqrt
  86. Succ
  87. Text
  88. Then
  89. To
  90. True
  91. Trunc
  92. Type
  93. UnPack
  94. Until
  95. Var
  96. While
  97. With
  98. Write
  99. WriteLn
  100.  
  101.