Loop structures: Difference between revisions

Content added Content deleted
(Delphi == Object Pascal == Pascal)
Line 171:
=== Run-Time Control Structures ===
:''See [[Loop Structures#C|C]]''
 
=={{header:Delphi}}==
:''See [[Loop Structures#Pascal|Pascal]]''
 
==[[Forth]]==
Line 453 ⟶ 456:
(for (x 1 10) (println x))
 
=={{header:Object Pascal}}==
:''See [[Loop Structures#Pascal|Pascal]]''
 
==[[Pascal]]==