VM02/plasma2/teststack.pla

7 lines
97 B
Plaintext
Raw Normal View History

2018-04-25 16:13:44 +00:00
word a, b
defn test(parm1, parm2)
return 100 * parm1, 200 + parm2
end
a =, b = test(1, 2)
done