4 lines
59 B
Text
4 lines
59 B
Text
|
|
define multiply(a, b) { return a*b }
|
||
|
|
|
||
|
|
print multiply(2, 3)
|