Community
Participate
Working Groups
Build Identifier: 20110914 The following program has an error on the assignment statement when open in the EGL editor: program assignment type BasicProgram {} z decimal(4); a decimal(4) = 5; b decimal(4) = 1; c decimal(4) = 7; function main() z = a + b + c; end end IWN.JavascriptGen.9998.e 11/167 Exception occurred: java.lang.NullPointerException assignment.egl Reproducible: Always
Oh good grief. It's on all assignments. a = a + b; a = a - b; etc.
this works now
Works in 20110930 build. Fixed upstream.
Verified.