4 lines
46 B
Text
4 lines
46 B
Text
|
|
proc multiply(word a, b) word:
|
||
|
|
a * b
|
||
|
|
corp
|