5 lines
58 B
Text
5 lines
58 B
Text
|
|
multiply(a, b: INTEGER): INTEGER
|
||
|
|
do
|
||
|
|
Result := a*b
|
||
|
|
end
|