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,6 +44,9 @@ enum TokenType
LogicalAnd,//&&
LogicalOr,//||
IntDiv,//DIV
Gosub,
Return,
End,
}
struct Token