ASSERT


assert( condition, [message] )

If CONDITION is false, stop the program and print MESSAGE if it is given. This can be useful for debugging cartridges, by ASSERT()'ing that things that you expect to be true are indeed true.

534

4 Nov 2023

Font