1
0

文字列を実�

This commit is contained in:
otya128
2015-06-07 13:32:38 +09:00
parent 65fe8558a2
commit 47de1d20bd
3 changed files with 6 additions and 17 deletions

View File

@@ -22,6 +22,7 @@ FOR I=-2 TO -9 STEP -2
PRINT I
NEXT
?I
?\"Hello, World!!\"
");
auto vm = parser.compile();
vm.run();