Next Previous Up Top Contents Index

1 CAPI Reference Entries

with-page

Macro

Summary

Binds a variable to eithert ornil, and executes a body of code to print a page only if the variable ist.
Syntax

with-page var &body body

Description

Thewith-page macro binds var tot if a page is to be printed, ornil if it is to be skipped. The body is executed once, and is expected to draw the document only if var ist. Each call towith-page contributes a new page to the document.
See also

with-document-pages
with-page-transform

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker