Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
16
Task/Special-variables/IS-BASIC/special-variables.basic
Normal file
16
Task/Special-variables/IS-BASIC/special-variables.basic
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
BLACK - The code of colour black.
|
||||
BLUE - The code of colour blue.
|
||||
CYAN - The code of colour cyan.
|
||||
DATE$ - The current date in the standard format.
|
||||
EXLINE - The number of the last statement that caused an exception.
|
||||
EXTYPE - The error code of the last exception.
|
||||
FREE - The amount of memory free and avaible to the current program.
|
||||
GREEN - The code of colour green.
|
||||
INF - The largest positive number that the IS-BASIC can handle.
|
||||
MAGENTA - The code of colour magenta.
|
||||
PI - Value of the Pi. This is rounded to 3.141592654
|
||||
RED - The code of colour red.
|
||||
TIME$ - The current time in the standard format.
|
||||
WHITE - The code of colour white.
|
||||
YELLOW - The code of colour yellow.
|
||||
VERNUM - Version number of the BASIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue