Thun/docs/reference/drop.md

338 B

Function Expects an integer and a quote on the stack and returns the quote with n items removed off the top.
## drop Function Expects an integer and a quote on the stack and returns the quote with n items removed off the top. ### Example [a b c d] 2 drop
       [c d]

Definition

[rest]

[take]