for_loops #1

Merged
mattiashz merged 5 commits from for_loops into main 2025-11-18 23:24:14 +01:00
Showing only changes of commit c647ff6ba9 - Show all commits

View file

@ -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 {