function boot.janet on line 743, column 1 (first xs) Get the first element from an indexed data structure.
(first []) # => nil (first "abc") # => 97
(first [4 5 6]) # => 4