The C<:page{:length}> sub-option (page 12) is described in the text as having a default value of infinity but in a comment in the example above of being 60. How so?
Is that the text normally isn't split into pages at all (so effectively giving a single page of infinite length), but as soon as C<:page> is set to anything at all if C<:length> isn't set then a default of 60 is used?
No. Just a "thinko" on my part. Default page length is definitely C<+Inf>.
- from a printable 60 to a screenable 24. + from infinity to a screenable 24.
Damian