OCLOperators Sequence
(Created page with "If you need a sequence of numbers for iteration or numbering, use Sequence Sequence{0..20} Will create an collection of integers. Category:Operators Category:OCL")
 
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.
(might also be called an array or list)


[[Category:Operators]]
[[Category:Operators]]
[[Category:OCL]]
[[Category:OCL]]

Revision as of 11:57, 7 May 2019

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

Sequence{0..20}

Will create an collection of integers.

(might also be called an array or list)

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