1
0

組み込み関数を実�

This commit is contained in:
otya128
2015-07-11 19:32:31 +09:00
parent 8a0ae76334
commit f10437449f
5 changed files with 29 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ class PetitComputer
GRPF.createTexture(renderer);
//とりあえず
auto parser = new Parser(/*readText("FIZZBUZZ.TXT").to!wstring*/"
?ABS(-1)
FOR I=0 TO 10
?I;\"!\",\"=\",FACT(I)
NEXT
@@ -209,7 +209,7 @@ END");
catch
{
}
}
}/*
catch(Throwable t)
{
running = false;
@@ -220,7 +220,7 @@ END");
catch
{
}
}
}*/
elapse = SDL_GetTicks() - startTicks;
} while(elapse <= 1000 / 60);
SDL_Event event;