Advertisement
Guest User

main(XYOS)

a guest
Jun 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. --Program to construct the OS
  2.  
  3. running = true
  4.  
  5. screen.init()
  6. screen.clear()
  7. while running do
  8.     event, param1, param2, param3 = event.pull("touch")
  9.     page.homepage()
  10.     sleep(0.1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement