Conditional structures: Difference between revisions

Content added Content deleted
(→‎Nemerle: if-else: corrected inaccurate text; formatting)
(Free Pascal / Lazarus)
Line 1,306: Line 1,306:
anew(1:n,1:m) = a(1:n,1:m)
anew(1:n,1:m) = a(1:n,1:m)
end where</lang>
end where</lang>
=={{header|Free Pascal / Lazarus}}==

:''See [[Conditional Structures#Pascal|Pascal]]''
=={{header|friendly interactive shell}}==
=={{header|friendly interactive shell}}==
===if-then-else===
===if-then-else===