home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Preditor Folder / LDC Source / Basic.ldf next >
Encoding:
Text File  |  1989-08-09  |  632 b   |  27 lines  |  [TEXT/TCEd]

  1. #--------------------------------------------------------------
  2. #                 Description of the Basic language
  3. #
  4. #  by Thomas Carstensen                        May 14, 1989
  5. #--------------------------------------------------------------
  6.  
  7. LANGUAGE Basic
  8.  
  9. EXTENSION .bas .b
  10.  
  11. COMMENT ONELINE REM '¬'
  12. COMMENT ONELINE ! '¬'
  13.  
  14. BRACKET { }
  15. BRACKET [ ]
  16. BRACKET ( )
  17.  
  18. QUOTE ' '
  19. QUOTE " "
  20.  
  21. RESERVED  data   dim   goto    gosub  for   if   image   next \
  22.           print  rem   restore return then  using
  23.  
  24. DESCRIPTION " The Basic Programming Lanuage        written by Thomas Carstensen" \
  25.              "                       Sunday, May 28, 1989"
  26.  
  27.