Previous: , Up: iklib syntaxes loops   [Index]


6.8.7.8 Fluid bindings for loop syntaxes

Fluid Syntax: continue

Causes the innermost do, while, until or for loop to jump immediately to the next iteration. Being a fluid syntax: it is possible to use this keyword in custom syntaxes.

Fluid Syntax: break

Causes the innermost do, while, until or for loop to exit immediately to the continuation of the whole loop syntax. Being a fluid syntax: it is possible to use this keyword in custom syntaxes.

Vicare does not bind break and continue in uses of the named let syntax; this is because: