assert :: fn (cond: bool, loc := #call_location)
Interrupt execution when cond is false. Assert use _context.print_log_fn to print out error message containing assert location in source code.
cond Condition to be validated.
Declared in: debug.bl