Answers for "lua while anweisung"

Lua
2

lua while anweisung

local i = 1
    while a[i] do
      if a[i] == v then break end
      i = i + 1
    end
Posted by: Guest on September-06-2020

Browse Popular Code Answers by Language