This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
XxOGxXpunisehr's profile picture

for loops not working on beginner`s turtles?

Started by XxOGxXpunisehr, 24 December 2015 - 04:20 AM
XxOGxXpunisehr #1
Posted 24 December 2015 - 05:20 AM
hello i need help because im trying to use the beginners turtle to write a for loop and i do the
for x = 1,2 do
and everything but on the beginners turtle it doesnt seem to stop after the specified number of times too loop, it just goes on infinitely and doesnt stop but if i copy the exact code over from the beginners turtle to a normal turtle it works just fine is this a glitch or am i missing somthing?

please help
-punisher
LBPHacker #2
Posted 24 December 2015 - 06:00 PM
Show us some code, please.

EDIT: I'm assuming here that for loops should work the same way on both kinds of turtles. Truth is I've never even seen a Beginner's Turtle and I might be missing something myself.
Edited on 24 December 2015 - 05:02 PM
Bomb Bloke #3
Posted 25 December 2015 - 11:02 AM
In addition to how the code looks on the beginner turtle, it'd be handy to see how you're running it, too.