NOTE: edited to give better example
Expected Behavior
"ArithmeticException: / by 0"

Current Behavior
"The value of the local variable is not used"

Workaround: after ';' add a line break.
Steps to Reproduce
Run
int xxx,yyy;xxx=0/0;
println(xxx);
Your Environment
NOTE: edited to give better example
Expected Behavior
"ArithmeticException: / by 0"
Current Behavior
"The value of the local variable is not used"
Workaround: after ';' add a line break.
Steps to Reproduce
Run
Your Environment
Processing version:
3.3.6.
Operating System and OS version:
Windows 7.