Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | printer |
values | in | Glish variable to be printed | |
Allowed: | any | ||
needcr | in | Do we need carriage returns at the end of every line? | |
Allowed: | boolean | ||
Default: | T | ||
usegui | in | Use the GUI? | |
Allowed: | boolean | ||
Default: | F |
- p := printer(display=T) # use ghostview - p.printvalues(1:100) # show 1 2 ... 100 in it