Element - ¨ẇ - Wrap Last n Items
Characters:
¨,
ẇ
Description
Wrap the last n items on the stack into a list
Overloads
num - last a items of the stack, as a list; does not pop anything other than a
Examples
1 2 3 4 4 ¨ẇ =
⟨1|2|3|4⟩
3 3 3 3 3 3 3 3 3 3 ¨ẇ =
⟨3|3|3⟩
⟨1|2|3|4⟩ 1 ¨ẇ =
⟨⟨1|2|3|4⟩⟩