Document the exit() function.

Refs #5846
This commit is contained in:
Gunnar Beutner 2014-03-24 13:51:58 +01:00
parent 536562cddd
commit cc452ca94e
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ string(value) | Converts the value to a string.
number(value) | Converts the value to a number.
bool(value) | Converts to value to a bool.
log(value) | Writes a message to the log. Non-string values are converted to a JSON string.
exit(integer) | Terminates the application.
### <a id="operators"></a> Dictionary Operators