1
0

単項演算子を実�

This commit is contained in:
otya128
2015-06-07 19:33:51 +09:00
parent 978a7a6ee7
commit 628b259caf
5 changed files with 37 additions and 8 deletions

View File

@@ -44,10 +44,7 @@ FOR I=0 TO 100
ENDIF
ENDIF
NEXT
A$=\"A\"
?A$
A$=2
?A$
?NOT 1,!!\"a\"
");
version(none) auto parser = new Parser(readText("FIZZBUZZ.TXT").to!wstring);
auto vm = parser.compile();