[: caps a left branch of a fork as described in
Section II F. For example,
the verb p=: [: +/ + * -
applies the monad +/ to the result of the fork + * - .
[: signals error on any argument.
Caps make it possible to define a wider range of functions
as unbroken trains. For example, the maximum divided by the
product of the sum and difference would be defined by a single train,
whereas (without the use of the cap) the definition
of the maximum divided by the (monad) floor of the product
of the sum and difference would require the use of trains interrupted
by the monad. Thus: