while
Synopsis:
(while expression statement)
Description:
While the
expression is evaluated to
true execute the
statement.
Example:
(while (< i 10) (+ i 1))
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @