Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASSERT command #18

Open
FIREdog5 opened this issue Aug 22, 2020 · 0 comments
Open

ASSERT command #18

FIREdog5 opened this issue Aug 22, 2020 · 0 comments
Assignees
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

Comments

@FIREdog5
Copy link
Contributor

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>

@FIREdog5 FIREdog5 added feature New feature or request easy issue Good for newcomers python Pull requests that update Python code back end a change to the back end of the code base labels Aug 22, 2020
@FIREdog5 FIREdog5 self-assigned this Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant