Moderators: They make you lose count(Longest thread still alive!)

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
oh, yea I believe this is also valid lua code (might be wrong though, never used this thing)
local number=1
repeat
number=number+1
until number==8
io.write(tostring(number),"\n") -- fun fact, I just wrote how the print function works using io.write :p
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
io.write(1,0,"\n")

is that better? It doesn't need to concatenate anything and it only needs one function.(Though I could of said io.write(10,"\n" and it probably would be a bit faster but where is the fun in that? :p ))