Advertisement
Alstro20

test.lua

Nov 22nd, 2020
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. -- local str = 'suck a dick'
  2.  
  3. -- print('Hello, world!')
  4. -- print(str)
  5.  
  6. -- function digToSurface() do
  7. --     while turtle.detectUp() do
  8. --         turtle.dig()
  9. --         turtle.digUp()
  10. --         turtle.up()
  11. --     end
  12. -- end
  13.  
  14. function whitneyIsABitch(loopAmount)
  15.     for i=1,10 do
  16.         print("Whitney is a bitch")
  17.     end
  18. end
  19.  
  20. whitneyIsABitch(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement