[Inquiry] Re: Theme One Program -- Commentary Note -- Stitch
Jon Awbrey
jawbrey at oakland.edu
Wed Mar 19 14:44:07 CST 2003
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
TOP. Commentary Note -- Stitch
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
Stitch.
Stitch is a special constructor that
calls the special constructor Switch
followed up by the modifier function
Trip to build an idea-form structure
that has the following configuration:
o-------o
o---------|---o |
| o-----o | |
o-->| ) 0 |---o |
o-----o |
^ |
| |
| |
o---------|---o |
| o-----o | |
o-->| ( 0 |---o |
o-----o<------------o
^
stitch |
@
Notice that the idea returned as the functional value
is directed toward the form with the left parenthesis.
function stitch: idea;
begin
stitch := trip (switch)
end;
(5327)(7667)
o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o~~~~~~~~~o
More information about the Inquiry
mailing list