Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
Reorganize apostrophes in "Other control flow statements" table
m Array: fix italics
Line 1,146:
|- valign="top"
| [[ALGOL 68]]
| <code>''[''first'':''last'']''<wbr/>«modename»</code><br />or simply:<br /><code>''[''size'']''<wbr/>«modename»</code>
| <code>''[''first<sub>1</sub>'':''last<sub>1</sub>'','' first<sub>2</sub>'':''last<sub>2</sub>'']''<wbr/>«modename»</code><br />or<br /><code>''[''first<sub>1</sub>'':''last<sub>1</sub>''][''first<sub>2</sub>'':''last<sub>2</sub>'']''<wbr/>«modename»</code><br />etc.
| <code>flex''[''first'':''last'']''<wbr/>«modename»</code><br />or simply:<br /><code>flex''[''size'']''<wbr/>«modename»</code>
| <code>flex''[''first<sub>1</sub>'':''last<sub>1</sub>'','' first<sub>2</sub>'':''last<sub>2</sub>'']''<wbr/>«modename»</code><br />or<br /><code>flex''[''first<sub>1</sub>'':''last<sub>1</sub>'']<wbr/>''flex''[''first<sub>2</sub>'':''last<sub>2</sub>'']''<wbr/>«modename» ''etc.''</code>
|- valign="top"
| [[C (programming language)|C]] ([[C99]])