<< Click to Display Table of Contents >> Home mIoTa BASIC > mIoTa BASIC Language Reference > Lexical Elements |
The following topics provide a formal definition of the mIoTa BASIC lexical elements. They describe different categories of word-like units (tokens) used by mIoTa BASIC.
In the tokenization phase of compilation, the source code file is parsed (i.e. broken down) into tokens and whitespace an comments. The tokens in mIoTa BASIC are derived from a series of operations performed on your programs by the compiler.