OCLOperators at
This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-08-31.
at ( index : Integer ) : T
Returns the element of self at the *index* position.
Expression | Result |
---|---|
Sequence{'a', 'b'}->at(1) | a |
Returns the element of self at the *index* position.
Expression | Result |
---|---|
Sequence{'a', 'b'}->at(1) | a |
© MDRIVEN. All Rights Reserved
© MDRIVEN. All Rights Reserved