4 lines
51 B
Text
4 lines
51 B
Text
|
|
proc multiply( a, b );
|
||
|
|
return a * b;
|
||
|
|
end proc;
|