Content deleted Content added
Samiam95124 (talk | contribs) →{{anchor|Pascal-P}}The Pascal-P system: Since Pascal-P5 was created around 2010, and the compiler mentioned was (apparently) 1977, this appears to be a mistake. |
Samiam95124 (talk | contribs) →Language constructs: While completely correct, the example would output an incomplete line and, on some systems, result in no output at all, since some systems buffer output. |
||
Line 128:
program HelloWorld(output);
begin
{No ";" is required after the last statement of a block -
adding one adds a "null statement" to the program, which is ignored by the compiler.}
|