Loop structures: Difference between revisions

Content added Content deleted
(Delphi == Object Pascal == Pascal)
Line 171: Line 171:
=== Run-Time Control Structures ===
=== Run-Time Control Structures ===
:''See [[Loop Structures#C|C]]''
:''See [[Loop Structures#C|C]]''

=={{header:Delphi}}==
:''See [[Loop Structures#Pascal|Pascal]]''


==[[Forth]]==
==[[Forth]]==
Line 453: Line 456:
(for (x 1 10) (println x))
(for (x 1 10) (println x))


=={{header:Object Pascal}}==
:''See [[Loop Structures#Pascal|Pascal]]''


==[[Pascal]]==
==[[Pascal]]==