The first element
first collection
first word
If an argument is a collection (array or list) then returns the first element of the collection.
If an argument is a słowo then returns the first character in the word.
Example:
print first [a b c]
print first "word
Output:
a
w
See also:
Array
List
Word
Table of Content