Hi Stefan,

On 22 August 2011 15:15, Stefan Matheis <[email protected]>wrote:

>
> results in 'Unexpected identifier'. what would be possible, just to
> increase the readability is the following:
>
> > alert( "foo\n" +
> > "bar" );
>
>
This is certainly a solution if you are in an environment that evaluates
JavaScript.  However, in this situation the server is expecting JSON, which
as a very small subset of JavaScript, doesn't support operators or any kind
of evaluation to determine property values.  It would be nice though :-)

-Alistair
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to