2 lines
75 B
Text
2 lines
75 B
Text
|
|
def assert(expr t) = if not (t): errmessage("assertion failed") fi enddef;
|