Special variables: Difference between revisions

(→‎version 2: add a note on RETURN)
Line 1,098:
(** The difference between [1.0] and the smallest exactly representable
floating-point number greater than [1.0]. *)</lang>
 
=={{header|Oforth}}==
 
Oforth special variables are read-only :
 
{{out}}
<pre>
true
false
null
System.Out
System.In
System.Err
System.Console
System.Args
Systel.NbCores
System.CELLSIZE
System.VERSION
SYstem.MAXTHREADS
System.ASSERTMODE
System.ISWIN
System.ISLUNIX
</pre>
 
=={{header|PARI/GP}}==
1,015

edits