3 lines
57 B
Text
3 lines
57 B
Text
multiply = { x, y | x * y }
|
|
|
|
p multiply 3 14 #Prints 42
|
multiply = { x, y | x * y }
|
|
|
|
p multiply 3 14 #Prints 42
|