Mercurial > hg > Members > kono > nitros9-code
annotate level1/sys/display.hp @ 2677:c58baa9276c8 lwtools-port
Fix string constants used as numbers
More cases of string constants being used instead of ascii constants.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 14:33:53 -0600 |
parents | c8d81664cb86 |
children |
rev | line source |
---|---|
285
5ac4920aa1f7
Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents:
diff
changeset
|
1 @DISPLAY |
907 | 2 Syntax: Display <opts> |
285
5ac4920aa1f7
Added *.hp files from OS-9 Level Two, removed cmds.hp as the old OS-9 Level One
boisy
parents:
diff
changeset
|
3 Usage : Displays converted characters to standard output |
907 | 4 Opts : |
5 xx = hexadecimal | |
6 .xx = decimal byte | |
7 .Wxx = decimal word | |
8 /xx/ = string | |
9 "xx" = string |