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 2023/03/27 11:00:00 UTC

[jira] [Closed] (JEXL-377) Add support for javascript style function definition

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

Henri Biestro closed JEXL-377.
------------------------------

> Add support for javascript style function definition
> ----------------------------------------------------
>
>                 Key: JEXL-377
>                 URL: https://issues.apache.org/jira/browse/JEXL-377
>             Project: Commons JEXL
>          Issue Type: Improvement
>            Reporter: Xu Pengcheng
>            Priority: Minor
>             Fix For: 3.3
>
>
> It would be nice to allow the Javascript function definition:
> {code:java}
> function add(x, y) {
>   return x + y;
> }{code}
> Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)