OCLOperators Sequence
No edit summary
No edit summary
Line 2: Line 2:
  Sequence{0..20}
  Sequence{0..20}
Will create an collection of integers.
Will create an collection of integers.
If you want to create a list of arbitrary numbers you can use the [[OCLOperators Set|Set operator]]


(might also be called an array or list)
(might also be called an array or list)

Revision as of 14:26, 20 October 2020

If you need a sequence of numbers for iteration or numbering, use Sequence

Sequence{0..20}

Will create an collection of integers.

If you want to create a list of arbitrary numbers you can use the Set operator

(might also be called an array or list)

This page was edited 93 days ago on 02/10/2024. What links here