Take take
¶
(take x y)
returns the first x
elements of a y
.
If x
< 0, returns the last x
elements of a y
.
If a y
is atom, it will be repeat x
times:
If x
> (count y
), y
is treated as circular:
take
¶(take x y)
returns the first x
elements of a y
.
If x
< 0, returns the last x
elements of a y
.
If a y
is atom, it will be repeat x
times:
If x
> (count y
), y
is treated as circular: