RosettaCodeData/Task/Call-a-function/Latitude/call-a-function-2.latitude

3 lines
48 B
Plaintext

myProc := proc { foo. }.
myProc call (1, 2, 3).