From d4d3de911e8d75e62f109b8336419f5775442804 Mon Sep 17 00:00:00 2001 From: Pekka Laiho Date: Sat, 24 Oct 2020 12:31:48 +0700 Subject: [PATCH] improve readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc4800c..e1ee750 100644 --- a/README.md +++ b/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.