Go to the first, previous, next, last section, table of contents.


Unconditional Transfer of Control in the "Syntax" Section

Some operators perform an unconditional transfer of control, and so never have any return values. Such operators are notated using a notation such as the following:

F a b c => #<NoValue>


Go to the first, previous, next, last section, table of contents.