RosettaCodeData/Task/Special-variables/Ursa/special-variables.ursa
2016-12-05 23:44:36 +01:00

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