home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Preditor Folder / LDC Source / Modula 2.ldf < prev    next >
Encoding:
Text File  |  1989-05-29  |  906 b   |  31 lines  |  [TEXT/TCEd]

  1. #--------------------------------------------------------------
  2. #               Description of the Modula 2 language
  3. #
  4. #  by Thomas Carstensen                        May 14, 1989
  5. #--------------------------------------------------------------
  6.  
  7. LANGUAGE 'Modula 2'
  8.  
  9. EXTENSION .m
  10.  
  11. COMMENT (* *)
  12.  
  13. BRACKET { }
  14. BRACKET [ ]
  15. BRACKET ( )
  16. BRACKET begin end
  17.  
  18. QUOTE ' '
  19. QUOTE " "
  20.  
  21. RESERVED  array  begin    by     case     code     const   definition \
  22.           div    do       else   elseif   end      exit    export \
  23.           for    from     if     implementation    import  in \
  24.           loop   mod      module nil      not      of      or \
  25.           pointer         procedure       qualified        record \
  26.           repeat return   set    then     to       type    until \
  27.           var    while    with
  28.  
  29. DESCRIPTION " The Modula 2 Programming Lanuage       written by Thomas Carstensen" \
  30.              "                         Sunday, May 28, 1989"
  31.