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 2022/06/10 07:24:00 UTC

[jira] [Created] (JEXL-372) Add support for 'standard' for loop

Henri Biestro created JEXL-372:
----------------------------------

             Summary: Add support for 'standard' for loop
                 Key: JEXL-372
                 URL: https://issues.apache.org/jira/browse/JEXL-372
             Project: Commons JEXL
          Issue Type: Improvement
    Affects Versions: 3.2.1
            Reporter: Henri Biestro
            Assignee: Henri Biestro
             Fix For: 3.3


It would be nice to allow the C/Javascript/Java for loop:
for(init-expression; predicate-expression; step-expression) body
This calls for the prefix/postfix increment/decrement operators.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)