Function definition: Difference between revisions

Pascal - corrected header
No edit summary
(Pascal - corrected header)
Line 462:
<lang oz>Multiply = Number.'*'</lang>
 
=={{header|Pascal (all versions and dialects) }}==
(all versions and dialects)
<lang pascal>function multiply(a,b: real): real;
begin
71

edits