COMBINE

Synopsis
COMBINE thing1 thing2
Description

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.

Example
SHOW COMBINE "a "b
ab
SHOW COMBINE "a [b]
[a b]

SourceForge.net Logo