Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

noting-progress

Statement macro

Summary

Performs a body of code, noting its progress.

Macro call

noting-progress ({sheet}, {label}) {body} end

Arguments

sheet
A Dylan expressionbnf.

label
A Dylan expressionbnf.

body
A Dylan bodybnf.

Values

None.

Library

duim-frames

Module

duim-frames

Description

Performs a body of code, noting its progress, for the specified sheet.

The sheet argument is an expression that evaluates to an instance of <sheet>. The label argument is an expression that evaluates to an instance of <string>.

See also

note-progress, page 836


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index