5 lines
99 B
Text
5 lines
99 B
Text
def calcit(expr v, s) = scantokens(s & decimal v) enddef;
|
|
|
|
t := calcit(100.4, "sind");
|
|
show t;
|
|
end
|