1
0

GOSUB実�

This commit is contained in:
otya128
2015-06-07 20:56:34 +09:00
parent 628b259caf
commit f7c4f06eae
6 changed files with 157 additions and 6 deletions

View File

@@ -44,7 +44,12 @@ FOR I=0 TO 100
ENDIF
ENDIF
NEXT
?NOT 1,!!\"a\"
?@HELLOWORLD
GOSUB @A
END
@A
?\"SUBROUTINE TEST\"
RETURN
");
version(none) auto parser = new Parser(readText("FIZZBUZZ.TXT").to!wstring);
auto vm = parser.compile();