15 lines
250 B
Text
15 lines
250 B
Text
# contains arguments passed to the ursa
|
|
# interpreter on the command line
|
|
string<> args
|
|
|
|
# iodevice that points to the console by default
|
|
iodevice console
|
|
|
|
# contains "\n"
|
|
string endl
|
|
|
|
# represents false
|
|
boolean false
|
|
|
|
# represents true
|
|
boolean true
|