Sequence
Every value is a sequence
of size 1. You can create a bigger sequence
by concatenating it with any other value with the concatenate ;
operator, on both sides.
Infinite sets of sequences can be specified with the double start **
operator.