execute-random ( seq -- quot )
Random combinators

Prev:call-random ( seq -- quot )


Vocabulary
combinators.random

Inputs
seqa sequence of words


Outputs
None

Word description
Executes a random word from the given sequence of quotations.

Definition