Statement macro
Creates the specified sheet and assigns a label to it.
labelling ([options]) {pane} end
duim-gadgets
duim-gadgets
Creates pane with a label assigned to it, taking into account any of the specified options.
The options specified may be any of the legal init-keywords used to specify an instance of <label>. If no options are specified, then the default label is used.
The pane is an expression whose return value is the sheet to which the label should be assigned.
labelling ("Color Type:")
make(<check-box>, items: #("Color", "Monochrome"))
end; <label>, page 597