4 lines
39 B
Text
4 lines
39 B
Text
|
|
fun multiply a b
|
||
|
|
return a * b
|
||
|
|
endfun
|