[ 
https://issues.apache.org/jira/browse/JEXL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062998#comment-16062998
 ] 

Dmitri Blinov commented on JEXL-230:
------------------------------------

As far as I know we have two different syntaxes here, the one which creates 
arrays, like the follows
{code}
[1,2,3]
{code}

and the other one which creates an ArrayList, like the follows
{code}
[1,2,3,...]
{code}

Syntax is similar, but since it allows for creation of different objects I 
think this should be mentioned somewhere in documentation, I suggest a separate 
topic in Section Literals, List Literal

> List literal is not mentioned in docs
> -------------------------------------
>
>                 Key: JEXL-230
>                 URL: https://issues.apache.org/jira/browse/JEXL-230
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Trivial
>              Labels: documentation, help-wanted
>             Fix For: 3.1
>
>
> The syntax for [1,2,3,...] literal which creates List objects is not 
> mentioned in documentation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to