Advertisement
Guest User

Untitled

a guest
Jan 12th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. set foo to list().
  2. foo:add(1).
  3. foo:add(2).
  4. foo:add(3).
  5. print foo[0].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement