I've seen while true do end
and while false do end
, but never while nil do end
, what does it do?
Nothing because nil means it does not exist.
while true do runs if something is true
while false do runs something if it is false
while nil do does nothing because nil means something does not exist.
I kno this might be useless, and if u don't kno much about loops
, don't do end
, do break()
for breaking the loop
.
end
is just ending a function so it's like u tell someone to do something until they say Stop and u alk off, same here... bt, sry, my letter W
doesn't ork, I need to copy and paste it...