5 lines
84 B
Text
5 lines
84 B
Text
put multiply(3,7) as words
|
|
|
|
to multiply num1, num2
|
|
return num1 * num2
|
|
end multiply
|