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

Henri Biestro updated JEXL-273:
-------------------------------
    Description: 
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.

  was:
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.


> 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
(v7.6.3#76005)

Reply via email to