diff --git a/README.md b/README.md index af1a32e978..cda9d2eb2e 100644 --- a/README.md +++ b/README.md @@ -2130,8 +2130,10 @@ which will halt execution. - `read(path)`1.39.0 - Returns the content of file at `path` as string. -##### Error Reporting +#### Assertions and Error Reporting +- `assert(CONDITION, EXPRESSION)`1.27.0 - Error with message + `EXPRESSION` if `CONDITION` is false. - `error(message)` - Abort execution and report error `message` to user. #### UUID and Hash Generation