Details
Description
The loop, combined with the new expression parser from KARAF-3264 will allow the following things:
karaf@root()> a = 0 ; while { %(a < 10) } { echo $a ; %(a += 1) }
0
1
2
3
4
5
6
7
8
9
Attachments
Issue Links
- depends upon
-
FELIX-4671 Provide an expression parser
-
- Closed
-
-
KARAF-3264 What is the AND operator in shell:if ?
-
- Resolved
-