5 lines
74 B
Text
5 lines
74 B
Text
|
|
long real procedure multiply( long real value a, b );
|
||
|
|
begin
|
||
|
|
a * b
|
||
|
|
end
|