ASSERT command #18
Labels
back end
a change to the back end of the code base
easy issue
Good for newcomers
feature
New feature or request
python
Pull requests that update Python code
The ASSERT statement is intended for use at the end of a script, and requires a python conditional expression. If that expression evaluates to true, the program will exit with a positive result, and if it evaluates to false the script will exit with a failing result.
Usage:
ASSERT <python conditional expression>
The text was updated successfully, but these errors were encountered: