ExpressionJ News
Brought to you by:
hervegirod
Fix local variables not being available in a block if they where defined in a super block. Previously a global variable with the same name was created or used, now the local variable is correctly used
Fix some expressions in blocks not being parsed in some cases
Add while expressions