Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. | test |
  2. "this is a new version of code, only with this comment"
  3. test := OrderedCollection new.
  4. test add: 'a'.
  5. ^test first.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement