This commit is contained in:
2025-02-02 22:42:57 +11:00
parent f7bab4da10
commit 6eecfc31d6
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ print "Hello World!";
The `assert` keyword takes two values as parameters, separated by a comma. If the first value is falsy or `null`, the optional second parameter is sent to stderr by default, or can be redirected elsewhere using the [output C API](/c_api/output). If no second parameter is provided, a generic message is used instead. The `assert` keyword takes two values as parameters, separated by a comma. If the first value is falsy or `null`, the optional second parameter is sent to stderr by default, or can be redirected elsewhere using the [output C API](/c_api/output). If no second parameter is provided, a generic message is used instead.
An option to disable the `assert` keyword during compilation is provided in the [parser C API](c_api/parser). An option to disable the `assert` keyword during compilation is provided in the [parser C API](/c_api/parser).
``` ```
//nothing happens //nothing happens