PageRenderTime 47ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/test/while.lua

http://github.com/kengonakajima/lua-parser
Lua | 8 lines | 8 code | 0 blank | 0 comment | 3 complexity | 19eecb54ced95f8dc15ccb9caac13f29 MD5 | raw file
  1. while true do
  2. end
  3. while a==2 do
  4. end
  5. while true do
  6. function aho()
  7. end
  8. end