Element - " - Pair
Characters:
"
Description
Place the top two items into a single list
Overloads
any-any-[a, b]
Examples
1 2 "=⟨1|2⟩1 2 3 "=⟨2|3⟩⟨1|2|3⟩ `abc` 3 "=⟨`abc`|3⟩
" - PairCharacters:
"
Place the top two items into a single list
any-any - [a, b]1 2 " =
⟨1|2⟩
1 2 3 " =
⟨2|3⟩
⟨1|2|3⟩ `abc` 3 " =
⟨`abc`|3⟩