assert: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 21: | Line 21: | ||
Tests a condition and if the condition is false, halts the program. | Tests a condition and if the condition is false, halts the program. | ||
'''Example''': | '''Example''': | ||
'''assert''' (_x>0) | '''assert''' (_x>0) |