Guest User

Untitled

a guest
Mar 4th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. local status,input=pcall(read)
  2.  
  3. if input=="number" then
  4. print(true)
  5. else
  6. print(false)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment