Community
Participate
Working Groups
EGL code: myT boolean = true; writeStdOut( " myT " + myT); generated java: java.lang.System.out.println((" myT ") + EBoolean.asString(ezeProgram, myT)); Java compile error: The method asString(Executable, boolean) is undefined for the type EBoolean
I added the missing method, EBoolean.asString(). The generated code will compile now.
Verified the fix.