Pascal (programming language): Difference between revisions

Content deleted Content added
{{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.
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
WriteWriteLn('Hello, World!')
{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.}