home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ##################################################################
- ; ## ##
- ; ## Filename : Pascal.key ##
- ; ## Author : Martin Reddy ##
- ; ## Date : 19/8/92 ##
- ; ## Purpose : This file contains keyword definitions which ##
- ; ## are used by the ISO Standard Pascal language. ##
- ; ## Keywords : This file contains 77 keywords ##
- ; ## Used By : Any version of the text editor EdWord. ##
- ; ## Help : A description of the file format for creating ##
- ; ## your own Keyword Definition files and how to use ##
- ; ## them is held in the EdWordHelp Program. ##
- ; ## ##
- ; ##################################################################
- ;
-
- DELIM_OPEN=',{,(*
- DELIM_CLOSE=',},*)
- INDENT_SYMBOL=Begin,Var,Const,Type
- UNINDENT_SYMBOL=End,End;,End.
-
- Abs
- And
- ArcTan
- Array
- Begin
- Boolean
- Case
- Char
- Chr
- Const
- Cos
- Dispose
- Div
- Do
- DownTo
- Else
- End
- Eof
- Eoln
- Exp
- False
- File
- For
- Forward
- Function
- Get
- Goto
- If
- In
- Include
- Input
- Integer
- Label
- Ln
- MaxInt
- Mod
- New
- Nil
- Not
- Odd
- Of
- Or
- Ord
- Output
- Pack
- Packed
- Page
- Pred
- Procedure
- Program
- Put
- Read
- ReadLn
- Real
- Record
- Repeat
- Reset
- Rewrite
- Round
- Set
- Sin
- Sqr
- Sqrt
- Succ
- Text
- Then
- To
- True
- Trunc
- Type
- UnPack
- Until
- Var
- While
- With
- Write
- WriteLn
-
-