3 lines
37 B
Text
3 lines
37 B
Text
|
|
proc/multiply(a, b)
|
||
|
|
return a * b
|