Hello, The parser doesn't detect this problematic if statement... If x=>0 Then 'should be if x>=0 while the java compiler does... error: illegal start of expression if (_x=>0) { ^ 1 error