RosettaCodeData/Task/Variables/SNOBOL4/variables.sno
2023-07-01 13:44:08 -04:00

4 lines
129 B
Text

define('foo(x,y)a,b,c') :(foo_end)
foo a = 1; b = 2; c = 3
foo = a * ( x * x ) + b * y + c :(return)
foo_end