1
0

Implement PRGSLOT

This commit is contained in:
otya128
2016-12-28 22:51:22 +09:00
parent 834480e9ac
commit 692c7907e9
3 changed files with 10 additions and 1 deletions

View File

@@ -226,6 +226,7 @@ class Compiler
addSystemVariable("RESULT", new Result());
addSystemVariable("HARDWARE", new Hardware());
addSystemVariable("MILLISEC", new MilliSecond());
addSystemVariable("PRGSLOT", new ProgramSlot());
}
void addSystemVariable(wstring name, SystemVariable var)
{