home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-09 | 632 b | 27 lines | [TEXT/TCEd] |
- #--------------------------------------------------------------
- # Description of the Basic language
- #
- # by Thomas Carstensen May 14, 1989
- #--------------------------------------------------------------
-
- LANGUAGE Basic
-
- EXTENSION .bas .b
-
- COMMENT ONELINE REM '¬'
- COMMENT ONELINE ! '¬'
-
- BRACKET { }
- BRACKET [ ]
- BRACKET ( )
-
- QUOTE ' '
- QUOTE " "
-
- RESERVED data dim goto gosub for if image next \
- print rem restore return then using
-
- DESCRIPTION " The Basic Programming Lanuage written by Thomas Carstensen" \
- " Sunday, May 28, 1989"
-
-