A Transcript is a kind of console on which you can print information.
i.e. :- Transcript show: 'Hello World'.
- 'Hello World' printNl.
Now you can print on it and clear the transcript and execute Smalltalk code. In the future you should be able to save the content.