OCLOperators at0
No edit summary
m ((username removed) (log details removed): Moving to Documentation namespace)
(No difference)

Revision as of 21:03, 20 December 2023

This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.

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