Tuple Construction
Syntax:
tup
(
<expression>
[,
<expression>
...] )
Example:
tup("the answer is", 42)