mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 13:24:46 +00:00
improve readme
This commit is contained in:
parent
11d14a8c6c
commit
d4d3de911e
10
README.md
10
README.md
@ -361,12 +361,12 @@ odd? | Return true if the argument is odd number (1, 3, 5, ...).
|
||||
|
||||
The following constants are defined by default:
|
||||
|
||||
Name | PHP constant
|
||||
Name | Value
|
||||
-------- | ------------
|
||||
DIRSEP | DIRECTORY_SEPARATOR
|
||||
HOME | $_SERVER['HOME']
|
||||
EOL | PHP_EOL
|
||||
PI | M_PI
|
||||
DIRSEP | PHP constant `DIRECTORY_SEPARATOR`
|
||||
HOME | PHP constant `$_SERVER['HOME']`
|
||||
EOL | PHP constant `PHP_EOL`
|
||||
PI | PHP constant `M_PI`
|
||||
\_\_DIR\_\_ | Directory of a file being evaluated using the special form `load`. Otherwise null.
|
||||
\_\_FILE\_\_ | Filename of a file being evaluated using the special form `load`. Otherwise null.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user