The following error occurred boolean trueVar=true $var:trueVar toString #true boolean falseVar=false $var:falseVar toString #UNCAUGHT EXCEPTION: toString Is it a bug? Or is my implementation incorrect?
The following error occurred
boolean trueVar=true
$var:trueVar toString #true
boolean falseVar=false
$var:falseVar toString #UNCAUGHT EXCEPTION: toString
Is it a bug? Or is my implementation incorrect?