RosettaCodeData/Task/Function-definition/Metafont/function-definition-3.metafont
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
66 B
Text

def mult(expr a, b) = (a * b) enddef;
t := mult(2,3);
show t;
end