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