OCLOperators at0
From MDrivenWiki
at ( index : Integer ) : T
Returns the element of self at the *index* position.
Note! 0-based index.
Expression | Result |
---|---|
Sequence{'a', 'b'}->at(1) | a |
Returns the element of self at the *index* position.
Note! 0-based index.
Expression | Result |
---|---|
Sequence{'a', 'b'}->at(1) | a |