Xu Pengcheng created JEXL-377:
---------------------------------
Summary: 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
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)
