home *** CD-ROM | disk | FTP | other *** search
- nar <- Narrator new
-
- nar setVolume: 64
- nar setSex: 1
- nar setPitch: 100
- nar setMode: 'natural'
-
- nar speak: 'Hello there. Be sure to read the hizztory dot guide file for the late-tist information'
-
- intuition <- Intuition new
- ' Intuition instantiated as "intuition"' print
- dosFlags <- DosFlags new
- ' DosFlags instantiated as "dosFlags"' print
- dataTypeTags <- DataTypeTags new
- ' DataTypeTags instantiated as "dataTypeTags"' print
- boopsiTags <- BoopsiTags new
- ' BoopsiTags instantiated as "boopsiTags"' print
- printerFlags <- PrinterFlags new
- ' PrinterFlags instantiated as "printerFlags"' print
-
- ' Done with InitializeScript!' print
-
- nar speak: 'Now write some great programs with me!'
-
- nar close
-