You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (Jira)" <ji...@apache.org> on 2021/06/07 13:15:07 UTC

[jira] [Closed] (JEXL-273) Add do...while(...) loops

     [ https://issues.apache.org/jira/browse/JEXL-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro closed JEXL-273.
------------------------------

> Add do...while(...) loops
> -------------------------
>
>                 Key: JEXL-273
>                 URL: https://issues.apache.org/jira/browse/JEXL-273
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.2
>
>
> JEXL allows 2 forms of loops,
> {noformat}
> for(::) {...}
> {noformat}
>  and
> {noformat} while(?) {...} {noformat}
> The 3rd usual form
> {noformat}  do {...} while (?){noformat}
> would be an unsurprising and expected addition.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)