Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def funcall(tuple, ~'[]', [index])
  2. if index < 0
  3. index = index + tuple.size()
  4. erlang::element(index + 1, tuple)
Add Comment
Please, Sign In to add comment