Created
August 8, 2014 08:28
-
-
Save philippeback/3b2d802ee42eb3c232a6 to your computer and use it in GitHub Desktop.
Transcript / UI Manager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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