Constants
The following constants are defined by default:
Name | Value |
---|---|
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. |