PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/org.eclipse.koneki.ldt.lua.tests/tests/formatter/reference/mixed/basic/while.lua

https://github.com/tjyu1988/org.eclipse.koneki.ldt
Lua | 6 lines | 3 code | 0 blank | 3 comment | 1 complexity | 93ea6be8078d353768dcfb23403e064a MD5 | raw file
  1. ---
  2. -- while loop to be process
  3. --
  4. while true do
  5. print 'hello'
  6. end