Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-with-sheet-medium

Generic function

Summary

Runs a continuation function on a sheet.

Signature

do-with-sheet-medium sheet continuation => #rest values

Arguments

sheet
An instance of type <sheet>.

continuation
An instance of type <function>.

Values

values
An instance of type <object>.

Library

duim-sheets

Module

duim-sheets

Description

Runs a continuation function on a sheet.

See also

with-sheet-medium, page 384


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index