Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created August 8, 2014 08:28
Show Gist options
  • Save philippeback/3b2d802ee42eb3c232a6 to your computer and use it in GitHub Desktop.
Save philippeback/3b2d802ee42eb3c232a6 to your computer and use it in GitHub Desktop.
Transcript / UI Manager
Transcript clear.
Transcript open.
#('azerty' 'uiop' 'fjfjf') asOrderedCollection inject: (OrderedCollection new) into: [ :a :b | Transcript show: 'A='; show: a; cr; show: 'B=';show: b;cr ].
Transcript flush.
UIManager inform: 'HEllo'.
UIManager default request: 'Value?'.
UIManager default inform: 'HELLO'.
UIManager default confirm: 'Okay with this?'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment