Special variables: Difference between revisions

Content deleted Content added
Line 1,681:
 
=={{header|Ursa}}==
<lang ursa>string<># argscontains 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
 
boolean true
# represents true
EnvInfo ursa</lang>
boolean true</lang>
 
== {{header|zkl}} ==