microJ1 Parser
Parse
Test() { var a=50,b=20,d=15; d=16; print a/b; print d; }