Conditional structures: Difference between revisions

Content deleted Content added
→‎Nemerle: if-else: corrected inaccurate text; formatting
Free Pascal / Lazarus
Line 1,306:
anew(1:n,1:m) = a(1:n,1:m)
end where</lang>
=={{header|Free Pascal / Lazarus}}==
 
:''See [[Conditional Structures#Pascal|Pascal]]''
=={{header|friendly interactive shell}}==
===if-then-else===