RosettaCodeData/Task/Function-definition/Brat/function-definition.brat

4 lines
57 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
multiply = { x, y | x * y }
p multiply 3 14 #Prints 42