while[syntax] while test expr1 expr2 ...[syntax] until test expr1 expr2 ...STk, STklos: evaluates the expression(s) while/until test evaluates true. [syntax] while test => var expr1 expr2 ...[syntax] while test guard => var expr1 expr2 ...[syntax] until test guard => var expr1 expr2 ...Gauche supports some variations besides the basic syntax as STklos.
[syntax] while* test expr1 expr2 ...Chicken: Third-party library eggs:miscmacros supports the basic syntax as STklos, and anaphoric variation while*.
| About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |