| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | Buatxaka |
I used continue to make statements like:
x,y:
func_a()
continue
x:
func_b()
z:
func_c()
but I cant anymore. I may have lots of copied code to compensate.