4 lines
48 B
Text
4 lines
48 B
Text
|
|
multiply := function(a, b)
|
||
|
|
return a*b;
|
||
|
|
end;
|