Advertisement
Guest User

Untitled

a guest
Jun 29th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (! 216)-> lua
  2. Lua 5.0.3 Copyright (C) 1994-2006 Tecgraf, PUC-Rio
  3. > a = "1234"
  4. > b = string.reverse(a)
  5. stdin:1: attempt to call field `reverse' (a nil value)
  6. stack traceback:
  7. stdin:1: in main chunk
  8. [C]: ?
  9. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement