Back: 1.3.1 Starting, stopping, and interrupting Yorick Forward: 1.3.2.1 A sample include file   FastBack: 1. Basic Ideas Up: 1.3 The Interpreted Environment FastForward: 2. Using Array Syntax         Top: Yorick: An Interpreted Language Contents: Table of Contents About: About This Document

1.3.2 Include files

When you run Yorick in a window or Emacs environment, keep a window containing the include file you are writing, in addition to the window where Yorick is running. When you want to test the latest changes to your include file — let’s call it ‘damped.i’ — save the file, then move to your Yorick window and type:

 
#include "damped.i"

The special character # reminds you that the include directive is not a Yorick statement, like all other inputs to Yorick. Instead,">FastBack: 3. Graphics Up: 3.2 Plot limits and relatives FastForward: 4. Embedding Compiled Routines Inside Yorick         Top: Yorick: An Interpreted Language Contents: Table of Contents About: About This Document

./usr/share/doc/yorick-doc/manual/yorick_21.html0000644000000000000000000002506411370566120020411 0ustar rootroot Yorick: 1.3.2 Include files