演算子を追加
This commit is contained in:
@@ -23,6 +23,7 @@ FOR I=-2 TO -9 STEP -2
|
||||
NEXT
|
||||
?I
|
||||
?\"Hello, World!!\"
|
||||
?\"A\"*4
|
||||
");
|
||||
auto vm = parser.compile();
|
||||
vm.run();
|
||||
|
||||
Reference in New Issue
Block a user