Comment faire une attente d'attente Lin Lua

function wait(seconds)
  local start = os.time()
  repeat until os.time() > start + seconds
end
abdelrahman hussein