RosettaCodeData/Task/Higher-order-functions/Metafont/higher-order-functions.metafont
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
99 B
Text

def calcit(expr v, s) = scantokens(s & decimal v) enddef;
t := calcit(100.4, "sind");
show t;
end