home *** CD-ROM | disk | FTP | other *** search
- ** HELLO.PLT
- **
- ** Prints an underlined 'Hello' at the top of a landscape page.
- ** Shows an example of how the CHAR command is used.
- **
- FORM IN 2 L 0.50 0.50 0.50 0.50
- MOVA 4.50 0.20
- **
- ** turn underlining on, add leading spaces
- ** esc & d 0 D sp sp
- CHAR 027 038 100 048 068 032 032
- **
- ** output text
- TEXT Hello!
- **
- ** trailing spaces, underlining off and line feed
- ** sp sp esc & d @ lf
- CHAR 032 032 027 038 100 064 010