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?

19th Apr 2017, 1:38 PM
Chris L.
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
19th Apr 2017, 1:53 PM
LordHill
LordHill - avatar