function boot.janet on line 1014, column 1 (take n ind) Take first n elements in an indexed type. Returns new indexed instance.
(take 2 [1 -2 2 3 9 -10]) # (1 -2)