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