Up | TOC | Index | |||||
<< 5 Formal Syntax | < 6.1.8 dep.exw | Up: 6 Mini-Guides | 6.1.10 eused.ex > | 7 Included Tools >> |
6.1.9 eprint.ex
Print a Euphoria program
This works with HP PCL printers. You can change control codes (bold, italics etc) for other printers. If you have a color printer you can choose colors, otherwise you will simply get keywords in bold, comments in italics. You can print non-Euphoria files too.
6.1.9.1 Usage
eprint filename
You will be asked if you want to print in color, and if you want to print in condensed mode.
6.1.9.2 Note
Doesn't yet work under Linux
6.1.9.3 NORMAL_COLOR
include eprint.ex global constant NORMAL_COLOR
6.1.9.4 COMMENT_COLOR
include eprint.ex global constant COMMENT_COLOR
6.1.9.5 KEYWORD_COLOR
include eprint.ex global constant KEYWORD_COLOR
6.1.9.6 BUILTIN_COLOR
include eprint.ex global constant BUILTIN_COLOR
6.1.9.7 STRING_COLOR
include eprint.ex global constant STRING_COLOR
6.1.9.8 BRACKET_COLOR
include eprint.ex global constant BRACKET_COLOR
Up | TOC | Index | |||||
<< 5 Formal Syntax | < 6.1.8 dep.exw | Up: 6 Mini-Guides | 6.1.10 eused.ex > | 7 Included Tools >> |