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

2 lines
75 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
def assert(expr t) = if not (t): errmessage("assertion failed") fi enddef;