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
|
||||
|
||||
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.
|
||||
STDOUT:: The standard output. The default value for $stdout.
|
||||
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 value in conditional expressions.
|
||||
|
||||
(There are also the constants +TRUE+, +FALSE+ and +NIL+, but the lowercase
|
||||
literal forms are preferred.)
|
||||
|
||||
== Numbers
|
||||
|
||||
You can write integers of any size as follows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user