Special variables: Difference between revisions

Content deleted Content added
m changed wording (article choice) in the first sentence of the preamble.
Edmund (talk | contribs)
Added XLISP
Line 1,756:
# represents true
boolean true</lang>
 
=={{header|XLISP}}==
XLISP provides the following built-in variables:
<pre>*PACKAGE*
*READTABLE*
*ERROR-HANDLER*
*UNBOUND-HANDLER*
*LOAD-PATH*
*STANDARD-INPUT*
*STANDARD-OUTPUT*
*ERROR-OUTPUT*
*FIXNUM-FORMAT*
*HEXNUM-FORMAT*
*FLONUM-FORMAT*
*PRINT-CASE*
*SOFTWARE-TYPE*
T ; bound to #T
NIL ; bound to '()
OBJECT
CLASS</pre>
 
== {{header|zkl}} ==