View script | License | Download documentation as: HTML or editable |
Download script | History | Other scripts by: btiffin |
9-Dec 3:23 UTC
[0.046] 13.686k
[0.046] 13.686k
Documentation for: pager.rUsage document for %pager.r1. Introduction to the REBOL more less pagerThis library script is for supporting REBOL console development and capturing output for perusal. 2. pager At a GlanceNote; more, less, page, and pager are all defined >> more system >> more %myfile.r >> more/num/cap [repeat i 100 [print ["Radius" i "Area:" i * i * pi] ] ] 3. Using %pager.rIncluding this tool is simple. Just DO it. >>do %pager.r or to execute this right out of the rebol.org library >>do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=pager.r 3.1. Application keys
3.2. Options
3.3. Help>> help pager USAGE: PAGER intake /options electives /cap /n /num DESCRIPTION: supports b, <, >, w, /, ?, q while paging PAGER is a function value. ARGUMENTS: intake -- input data or filename (Type: any) REFINEMENTS: /options -- rows: cols: integer!, eof: num: logic! electives -- (Type: block) /cap -- input becomes block to evaluate and capture prin/t] /num -- shortcut (and override) for /options [num: on] 4. Some advanced 'features'
5. Credits
|