Guest User

Untitled

a guest
Aug 21st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. |dict f|
  2. dict := Dictionary new.
  3.  
  4. dict at: '1' put: #cold.
  5. dict at: '2' put: #pull.
  6. dict at: '3' put: #go.
  7. dict at: '4' put: #go.
  8.  
  9. dict at: '5' ifAbsent: [f:=1].
  10. ^f
Add Comment
Please, Sign In to add comment