1
0

Implement CHKFILE

This commit is contained in:
otya128
2016-12-25 13:24:53 +09:00
parent 1ebbd2a024
commit 60e51e4493
2 changed files with 36 additions and 1 deletions

View File

@@ -2375,6 +2375,10 @@ class BuiltinFunction
array[cast(int)i] = Value(j);
}
}
static int CHKFILE(PetitComputer p, wstring file)
{
return p.project.chkfile(file);
}
static void ACLS(PetitComputer p)
{
p.console.cls;