5 lines
64 B
Text
5 lines
64 B
Text
|
|
multiply(x,y) = x*y
|
||
|
|
|
||
|
|
# then for example
|
||
|
|
print multiply(123,456)
|