Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • IN ECLIPSE: new can always be used, but java-constructor is not guaranteed to work;
  • OUTSIDE ECLIPSE: java-constructor should work normally, but new will only work if the tag is a declared extension.

See further Ogrescript Gotchas for uses of <new>.

Examples

  • (0) null and new Object()

...