Posted 26 July 2016 - 02:35 PM
Hello everyone. I'm totally new to forum posting, I'll do my best to make a comprehensible post.
As the title reads, I was fiddling around with CC 1.6 (btw, I'm new to programming) and I could not get a single "for" loop working.
Updated to 1.7 for Minecraft 1.7.10, nothing changed.
for i=1, 10, do
print(i)
end
The error message reads
bios:14:[string "Try"]:1: unexpected symbol
I cannot figure out what I'm doing wrong. Since I'm italian, could it be a keyboard issue? Don't know.
As the title reads, I was fiddling around with CC 1.6 (btw, I'm new to programming) and I could not get a single "for" loop working.
Updated to 1.7 for Minecraft 1.7.10, nothing changed.
for i=1, 10, do
print(i)
end
The error message reads
bios:14:[string "Try"]:1: unexpected symbol
I cannot figure out what I'm doing wrong. Since I'm italian, could it be a keyboard issue? Don't know.