Skip to content

Commit

Permalink
Removed NIL/TRUE/FALSE from documents too
Browse files Browse the repository at this point in the history
This is follow up of 62554ca
  • Loading branch information
znz committed Apr 17, 2020
1 parent 62554ca commit 5257a53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions doc/globals.rdoc
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions doc/syntax/literals.rdoc
Expand Up @@ -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:
Expand Down

0 comments on commit 5257a53

Please sign in to comment.