-
@Pro public interface RepeatUntilStep
An intermediate step in building a proceduralREPEAT
statement.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statement
until(Condition condition)
Add anUNTIL
clause to theREPEAT
loop.
-