0
How to go to a specific line in the program?
How would I go about making the program run back to a line it already passed in Ruby?
1 Réponse
+ 2
with a loop. Or turn the line you want to use again into a function and call it whenever you want it
How would I go about making the program run back to a line it already passed in Ruby?