pgoe88

NoNopoly_NameAn_Message

Mar 24th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. nameAn: pos
  2. "Answers with the name on the position"
  3.     ^namen size >= pos
  4.         ifTrue: [namen at: pos]
  5.         ifFalse: [namen add: '']
Advertisement
Add Comment
Please, Sign In to add comment