home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / docs.lha / C-Reserved_Words < prev    next >
Encoding:
Text File  |  1994-10-31  |  3.1 KB  |  86 lines

  1.  
  2. Reserved Words
  3.  
  4.  
  5.                        
  6.  
  7.  
  8. On the following page is a complete list of the
  9. reserved words that are included within Maxon
  10. BASIC.
  11. Normally, these words may not be used as sub-
  12. program or label names or as variable names;
  13. you can, however, remove a particular reserved
  14. word using the $DISABLE compiler option. This
  15. is included for maximum compatibility with
  16. other versions of the BASIC language. See
  17. ChapterÊ4: The Compiler for more details. of
  18. removing and re-naming MaxonBASIC reserved
  19. words.
  20. Most of these words are built-in MaxonBASIC
  21. language features and, as such, are described
  22. in the Command Reference chapter; you should
  23. note, however, that not all these words will be
  24. described directly in this chapter. For
  25. example, TO is a reserved word but will not
  26. have an entry in the Command Reference since it
  27. is part of the FORÉNEXT syntax.
  28. In addition, there may be some words that are
  29. included for compatibility with other languages
  30. that are not described in Command Reference.
  31.  
  32. ABS      ACCESS   ALIAS    AND      APPEND
  33. AREA     AREAFILL AS       ASC      ATN
  34. AUTO     BASE     BEEP     BEGINIO  BIN$
  35. BLOAD    BREAK    BSAVE    BYVAL    CALL
  36. CALLS    CASE     CDBL     CDECL    CHAIN
  37. CHDIR    CHR$     CINT     CIRCLE   CLEAR
  38. CLNG     CLOSE    CLS      COLLISION COLOR
  39. COMMAND$ COMMON   CONST    COS      CSNG
  40. CSRLIN   CURDIR$  CVD      CVFFP    CVI
  41. CVL      CVS      DATA     DATE$    DECLARE
  42. DECR     DEF      DEFDBL   DEFINT   DEFLNG
  43. DEFSNG   DEFSTR   DIM      DO       ELLIPSE
  44. ELSE     ELSEIF   END      ENVIRON  ENVIRON$
  45. EOF      EQV      ERASE    ERL      ERR
  46. ERROR    EXIT     EXP      FEXISTS  FIELD
  47. FILES    FIX      FOR      FORMATD$ FORMATI$
  48. FORMATL$ FORMATS$ FRE      FREEFILE FUNCTION
  49. GET      GOSUB    GOTO     HEX$     IF
  50. IMP      INCR     INITHOOK INKEY$   INPUT
  51. INPUT$   INSTR    INT      IS       KEY
  52. KILL     LBOUND   LCASE$   LEFT$    LEN
  53. LET      LIBRARY  LINE     LOC      LOCAL
  54. LOCATE   LOF      LOG      LOG10    LOG2
  55. LOOP     LPOS     LPRINT   LSET     LTRIM$
  56. MAX      MENU     MID$     MIN      MKD$
  57. MKDIR    MKFFP$   MKI$     MKL$     MKS$
  58. MOD      MOUSE    NAME     NEXT     NOT
  59. OBJECT.AX         OBJECT.AY         OBJECT.CLIP 
  60. OBJECT.CLOSE      OBJECT.HIT
  61. OBJECT.OFF        OBJECT.ON         OBJECT.PLANES    
  62. OBJECT.SHAPE
  63. OBJECT.START      OBJECT.STOP       OBJECT.VX 
  64. OBJECT.VY         OBJECT.X
  65. OBJECT.Y OCT$     OFF      ON       OPEN
  66. OPTION   OR       OUTPUT   PAINT    PALETTE
  67. PATTERN  PCIRCLE  PCOPY    PEEK     PEEK$
  68. PEEKB    PEEKL    PEEKW    PELLIPSE POINT
  69. POKE     POKEB    POKEL    POKEW    POS
  70. PRESERVE PRESET   PRINT    PSET     PTAB
  71. PUT      RANDOM   RANDOMIZE READ    REDIM
  72. REM      REMAINDER REPEAT  RESET    RESTORE
  73. RESUME   RETURN   RIGHT$   RINSTR   RMDIR
  74. RND      RSET     RTRIM$   RUN      SADD
  75. SAY      SCREEN   SCROLL   SELECT   SGN
  76. SHARED   SIN      SLEEP    SOUND    SPACE$
  77. SPC      SQR      STATIC   STEP     STICK
  78. STOP     STR$     STRIG    STRING$  SUB
  79. SWAP     SYSTAB   SYSTEM   TAB      TAGLIST
  80. TAN      THEN     TIME$    TIMER    TO
  81. TRANSLATE$ TROFF  TRON     UBOUND   UCASE$
  82. UNTIL    USING    VAL      VARPTR   VARPTRS
  83. WAIT     WAVE     WEND     WHILE    WIDTH
  84. WINDOW   WRITE    XOR               
  85.  
  86.