1
0

Add RESULT system variable

This commit is contained in:
otya128
2016-12-05 21:28:25 +09:00
parent 3729337e3f
commit 9242275aec
4 changed files with 44 additions and 5 deletions

View File

@@ -226,6 +226,7 @@ class Compiler
addSystemVariable("VERSION", new Version());
addSystemVariable("FREEMEM", new FreeMem());
addSystemVariable("TABSTEP", new TabStep());
addSystemVariable("RESULT", new Result());
}
void addSystemVariable(wstring name, SystemVariable var)
{