cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

long string literals #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most scripting languages allow for multi-line string literals.  I suggest
copying Groovy for this, and use triple quotes """ to quote multi-line
strings.  See:

http://groovy.codehaus.org/Strings

This is a syntax extension, and I don't want to extend BeanShell too much,
like Groovy did.  But I can't think of a single successful scriping
language that doesn't have this feature, so I think we should add it.  And
I personally need it.

Original issue reported on code.google.com by fschm...@gmail.com on 29 Mar 2008 at 8:14

GoogleCodeExporter commented 9 years ago
done

Original comment by fschm...@gmail.com on 30 Mar 2008 at 11:59

GoogleCodeExporter commented 9 years ago
milestone=2.1b0

Original comment by pejob...@gmail.com on 25 Feb 2011 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by pejob...@gmail.com on 20 Oct 2011 at 7:12