HelpWizard Pages ReferenceManual9 Smalltalk/en
Version vom 10. März 2021, 19:42 Uhr von Cg (Diskussion | Beiträge)
Reference Manual Smalltalk API (Alerts & Notifications)[Bearbeiten]
- self alert: message
opens an alert dialog above the expecco window.
- Transcript show: message
sends a message to the expecco console (Transcript).
- Transcript showCR: message
sends a message followed by a newline to the expecco console (Transcript).
- Stderr show: message
sends a message to expecco's stderr.
- Stderr showCR: message
sends a message followed by a newline to expecco's stderr.