Floyd's triangle: Difference between revisions

→‎{{header|Pascal}}: Marked incorrect due to spacing of output.
(→‎{{header|Pascal}}: add variant with for loop)
(→‎{{header|Pascal}}: Marked incorrect due to spacing of output.)
Line 196:
92 93 94 95 96 97 98 99 100 101 102 103 104 105 </pre>
=={{header|Pascal}}==
{{incorrect|Pascal|Layout of columns is wrong. there are two spaces between 94 and 95 for example}}
{{works with|Free_Pascal}}
<lang pascal>Program FloydDemo (input, output);
Anonymous user