chickadee » amb » amb

(amb EXPRESSION...) -> TOPsyntax

If the EXPRESSION has any parameters, the first one of them is evaluated and the result is returned. If a subsequent occurrence of amb fails, though, backtracking may cause the second of the given EXPRESSION... to be selected for evaluation, then the third and so forth until the whole program does not fail if at all possible.

The form (amb) always fails.