![]() | Whileloop allows a loop to go on while a condition is fulfilled . It has only one default input : "expression", which defines a condition. This condition is expressed by a predicate1 that is connected to the input of whileloop. |
We have added a list that contains numbers and letters. We want to stop the enumeration of the list if we get something else than a number.
| ![]() |
A predicate verifies the property of a thing or a relation between two things. It has two possible answers : "true", and "false", that is, "t", or "nil" in Lisp.