3 lines
132 B
Text
3 lines
132 B
Text
|
|
Compiler.Compiler.compileText("(1+3)*7").__constructor(); vm.regX;
|
||
|
|
Compiler.Compiler.compileText("1+3*7").__constructor(); vm.regX;
|