From Clomosy Docs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 April 2025

28 January 2025

23 December 2024

13 November 2024

22 October 2024

23 August 2024

14 August 2024

1 August 2024

6 February 2024

10 January 2024

29 September 2023

28 September 2023

  • curprev 11:2111:21, 28 September 2023ClomosyManager talk contribs 1,587 bytes +1,587 Created page with "An array represents an indexed collection of elements of the same type (called the base type). Because each element has a unique index, arrays, unlike sets, can meaningfully contain the same value more than once. Arrays can be allocated statically or dynamically. = Static Arrays = Static Array type is defined as follows: array[indexType1, ..., indexTypen] of baseType; Since the indexTypes index the array, the number of elements an array can hold is limited by the produc..."
Retrieved from "http:///Arrays"