RosettaCodeData/Task/Special-variables/Ursa/special-variables.ursa
2023-07-01 13:44:08 -04: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