returns specific element of an array or stringaref returns the nth element of an array, string or string_session, where nth is a zero-based index. If the first argument is a string or string_session, the integer ASCII value of the nth character is returned. If the first argument is an array of any, then the corresponding element is returned.
returns specific element of an array or stringaref returns the nth
element of an array, string or
string_session, where nth
is a zero-based index. If the first argument is a string or
string_session, the integer ASCII value of the
nth character is returned. If the first argument is an
array of any, then the corresponding element is returned.