CLM beginner's problem with definstrument

Tobias Kunze t@ulysses.Stanford.EDU
Sun, 30 Mar 1997 17:59:26 -0800


 | This is directly from the tutorial, but doesn't work on my Linux/ACL4.3
 | system. Is there something I need to configure?

Don't evaluate definstrument forms, compile/load them.

 - Save the definition to a file,
 - if you use cm
   - add (in-package cm) to the top, then
   - in Stella, type cl <file>
 - else
   - add (in-package clm) to the top, then
   - type :cl <file>

cf. chapter 12 (?) of the stella tutorial