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

Content deleted Content added
m Couple of italics fixes
m Array: {{code|lisp}}, {{em}}
Line 1,210:
|- valign="top"
| [[Common Lisp]]
| {{code|(simple-array type (dimension))|lisp}}
| <{{code>|(simple-array type (dimension<sub>1</sub>dimension1 dimension<sub>2</sub>dimension2))</code>|lisp}}
| {{code|(array type (dimension))|lisp}}
| <{{code>|(array type (dimension<sub>1</sub>dimension1 dimension<sub>2</sub>dimension2))</code>|lisp}}
|- valign="top"
| [[Scheme (programming language)|Scheme]]
Line 1,341:
| [[COBOL]]
| <code>''level-number type'' OCCURS ''size'' «TIMES».</code>
| {{codeem|one-dimensional array definition...}}
| <code>''level-number type'' OCCURS ''min-size'' TO ''max-size'' «TIMES» DEPENDING «ON» ''size''.</code>{{ref|COBOL DEPENDING ON clause|[e]}}
| {{n/a}}