RosettaCodeData/Task/Variables/SNOBOL4/variables.sno

5 lines
129 B
Plaintext

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