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

4 lines
37 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
n := 41;
assert(n=42);
message "ok";