Added FOR and NEXT to main.go
This commit is contained in:
parent
37296cf627
commit
c647ff6ba9
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -105,6 +105,8 @@ func registerCommands(comp *compiler.Compiler) {
|
|||
comp.Registry().Register(&commands.PokeWCommand{})
|
||||
comp.Registry().Register(&commands.SubEndCommand{})
|
||||
comp.Registry().Register(&commands.GosubCommand{})
|
||||
comp.Registry().Register(&commands.ForCommand{})
|
||||
comp.Registry().Register(&commands.NextCommand{})
|
||||
}
|
||||
|
||||
func writeOutput(filename string, lines []string) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue