Menu

#8 Extend java object function calls to chained operations

open
3
2011-01-06
2011-01-06
David Lee
No

extend the java object function call syntax to support chained operations.
Example this should work:

echo jnew( java.util.Date).getTime()

But it produces a syntax error

Discussion