home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-29 | 906 b | 31 lines | [TEXT/TCEd] |
- #--------------------------------------------------------------
- # Description of the Modula 2 language
- #
- # by Thomas Carstensen May 14, 1989
- #--------------------------------------------------------------
-
- LANGUAGE 'Modula 2'
-
- EXTENSION .m
-
- COMMENT (* *)
-
- BRACKET { }
- BRACKET [ ]
- BRACKET ( )
- BRACKET begin end
-
- QUOTE ' '
- QUOTE " "
-
- RESERVED array begin by case code const definition \
- div do else elseif end exit export \
- for from if implementation import in \
- loop mod module nil not of or \
- pointer procedure qualified record \
- repeat return set then to type until \
- var while with
-
- DESCRIPTION " The Modula 2 Programming Lanuage written by Thomas Carstensen" \
- " Sunday, May 28, 1989"
-