mirror of
https://github.com/fossabot/myAut2Exe.git
synced 2026-02-06 03:38:25 -06:00
44 lines
796 B
Plaintext
44 lines
796 B
Plaintext
Atom = "AND "
|
|
Atom = "OR "
|
|
Atom = "NOT "
|
|
Atom = "IF "
|
|
Atom = "THEN "
|
|
Atom = "ELSE "
|
|
Atom = "ELSEIF "
|
|
Atom = "ENDIF "
|
|
Atom = "WHILE "
|
|
Atom = "WEND "
|
|
Atom = "DO "
|
|
Atom = "UNTIL "
|
|
Atom = "FOR "
|
|
Atom = "NEXT "
|
|
Atom = "TO "
|
|
Atom = "STEP "
|
|
Atom = "IN "
|
|
Atom = "EXITLOOP "
|
|
Atom = "CONTINUELOOP "
|
|
Atom = "SELECT "
|
|
Atom = "CASE "
|
|
Atom = "ENDSELECT "
|
|
Atom = "SWITCH "
|
|
Atom = "ENDSWITCH "
|
|
Atom = "CONTINUECASE "
|
|
Atom = "DIM "
|
|
Atom = "REDIM "
|
|
Atom = "LOCAL "
|
|
Atom = "GLOBAL "
|
|
Atom = "CONST "
|
|
Atom = "STATIC "
|
|
Atom = "FUNC "
|
|
Atom = "ENDFUNC "
|
|
Atom = "RETURN "
|
|
Atom = "EXIT "
|
|
Atom = "BYREF "
|
|
Atom = "WITH "
|
|
Atom = "ENDWITH "
|
|
Atom = "TRUE "
|
|
Atom = "FALSE "
|
|
Atom = "DEFAULT "
|
|
Atom = "NULL "
|
|
Atom = "VOLATILE "
|
|
Atom = "ENUM " |