NIL
a = NIL
Sets a variable to nil. NIL is used to mean ‘not set’ as distinct from having a number set to 0.
Example 1
NIL
b = print b ' Output: Nil
Example 2
NIL
b = if(b == NIL) then print "b is not set"
' Output: b is not set
System
CHAIN
COMMAND
CWD
DELAY
ENV
ENV
EXEC
EXPORT
FRE
HOME
IMPORT
INCLUDE
MAXINT
NIL
OPTION
PAUSE
PI
PROGLINE
RANDOMIZE
RUN
SBVER
SELF
STKDUMP
TROFF
TRON
UNIT
If there is insufficient information on this page and you wish learn more about NIL,
please send an email to smallbasic@gmail.com. You can help to improve information about
NIL by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.