(list-ref list integer) -> value
Returns the item found at index "integer" in list.
Examples:
>>(list-ref '("a" "b" "c") 1) :: "b"
See Also: indexing system