[top][index][up][next]

String # ZZ

s#i -- produce the i-th character from a string s.

If i is negative and the length of the string is n, then the (n-i)-th character is provided.

See also String.


[top][index][up][next]