lua while anweisung code example
Example: lua while anweisung
local i = 1
while a[i] do
if a[i] == v then break end
i = i + 1
end
local i = 1
while a[i] do
if a[i] == v then break end
i = i + 1
end