Removed NIL/TRUE/FALSE from documents too
This is follow up of 62554ca97812b454e78a0a9daf6e962ff7a2f589
This commit is contained in:
parent
62554ca978
commit
5257a53090
@ -50,9 +50,6 @@ $-p:: True if option <tt>-p</tt> is set. Read-only variable.
|
|||||||
|
|
||||||
== Pre-defined global constants
|
== Pre-defined global constants
|
||||||
|
|
||||||
TRUE:: The typical true value. Deprecated.
|
|
||||||
FALSE:: The +false+ itself. Deprecated.
|
|
||||||
NIL:: The +nil+ itself. Deprecated.
|
|
||||||
STDIN:: The standard input. The default value for $stdin.
|
STDIN:: The standard input. The default value for $stdin.
|
||||||
STDOUT:: The standard output. The default value for $stdout.
|
STDOUT:: The standard output. The default value for $stdout.
|
||||||
STDERR:: The standard error output. The default value for $stderr.
|
STDERR:: The standard error output. The default value for $stderr.
|
||||||
|
@ -20,9 +20,6 @@ Literals create objects you can use in your program. Literals include:
|
|||||||
+true+ is a true value. All objects except +nil+ and +false+ evaluate to a
|
+true+ is a true value. All objects except +nil+ and +false+ evaluate to a
|
||||||
true value in conditional expressions.
|
true value in conditional expressions.
|
||||||
|
|
||||||
(There are also the constants +TRUE+, +FALSE+ and +NIL+, but the lowercase
|
|
||||||
literal forms are preferred.)
|
|
||||||
|
|
||||||
== Numbers
|
== Numbers
|
||||||
|
|
||||||
You can write integers of any size as follows:
|
You can write integers of any size as follows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user