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

4 lines
37 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
n := 41;
assert(n=42);
message "ok";