Guillaume Nodet created KARAF-3289:
--------------------------------------

             Summary: Add a while loop command
                 Key: KARAF-3289
                 URL: https://issues.apache.org/jira/browse/KARAF-3289
             Project: Karaf
          Issue Type: New Feature
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 4.0.0


The loop, combined with the new expression parser from KARAF-3264 will allow 
the following things:

{code}
karaf@root()> a = 0 ; while { ((a < 10)) } { echo $a ; ((a += 1)) }
0
1
2
3
4
5
6
7
8
9
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to