Community
Participate
Working Groups
EGL library mine {} function caller() called("Simple value", true ); called("const constFixedName string(4) = \"FREDFRED\";", false); end function called(details string, flag boolean) SysLib.writeStdOut(details + " " + flag); end end Java Error: Multiple markers at this line - The method ezeWrap(R) in the type EglAny is not applicable for the arguments (String, String) - Syntax error on token "FREDFRED", , expected Java code: AnyBoxedObject<String> eze$Temp3 = null; eze$Temp3 = EglAny.ezeWrap("const constFixedName string(4) = "FREDFRED";"); JS code: var eze$Temp3 = null; eze$Temp3 = egl.egl.lang.EglAny.ezeWrap("const constFixedName string(4) = \"FREDFRED\";");
fixed
verified
Closing this defect.