[
https://issues.apache.org/jira/browse/KARAF-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172383#comment-14172383
]
Guillaume Nodet commented on KARAF-3289:
----------------------------------------
Though the code itself does not depend on the expression parser, it's quite
useless without it.
> 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)