RosettaCodeData/Task/Assertions/Metafont/assertions-1.metafont

2 lines
75 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def assert(expr t) = if not (t): errmessage("assertion failed") fi enddef;