Advertisement
yumetodo

cc_test_time

Dec 11th, 2016
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. t = os.time()
  2. print(t)
  3. print(type(t))
  4. c = os.clock()
  5. print(c)
  6. print(type(c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement