Category:Miscellaneous Statements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{:Miscellaneous Statements}} | {{:Miscellaneous Statements}} | ||
<noinclude> | |||
[[Category:Statements]] | |||
</noinclude> |
Latest revision as of 21:58, 15 July 2013
- Dim (DI)
Defines the size of arrays or matrices, and the maximum length of string variables.
- Execute (EXE)
Causes a string to be compiled and executed as if it were a command or statement entered from the keyboard.
Formats output or input for both display and internal files.
- Option (OPT)
Defines the programmer's choices for three available options. Arrays may start with zero or one; sorts may handle either letters or numbers first; decimals and commas may be printed in the standard American format, or they may use the inverted European style.
- Randomize (RA)
Resets the random number generator to a new seed (initial) value.
Used for remarks (an exclamation point (!) at the beginning of a line serves a similar purpose).
Pages in category "Miscellaneous Statements"
The following 7 pages are in this category, out of 7 total.