COMBINE thing1 thing2
thing1
thing2
Combines both of its inputs into a single value. If the second input is a word, this acts like WORD. If the second input is a list, this acts like FPUT.
SHOW COMBINE "a "b ab
SHOW COMBINE "a "b
SHOW COMBINE "a [b] [a b]
SHOW COMBINE "a [b]