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:27:00 UTC

[jira] [Updated] (JEXL-373) Add support for prefix/postfix increment/decrement operators

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

Henri Biestro updated JEXL-373:
-------------------------------
    Description: 
The prefix/postfix increment decrement as in:
 {code}lhs++; ++lhs; lhs--; --lhs;{code} 
lhs being a left-hand-side value, a value that can be assigned.

  was:
The prefix/postfix increment decrement as in:
 {code}lhs++; ++lhs; lhs--; --lhs{code} 
lhs being a left-hand-side value, a value that can be assigned.


> Add support for prefix/postfix increment/decrement operators
> ------------------------------------------------------------
>
>                 Key: JEXL-373
>                 URL: https://issues.apache.org/jira/browse/JEXL-373
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.2.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>            Priority: Major
>             Fix For: 3.3
>
>
> The prefix/postfix increment decrement as in:
>  {code}lhs++; ++lhs; lhs--; --lhs;{code} 
> lhs being a left-hand-side value, a value that can be assigned.



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