- ...function
- But when sending events to clients as opposed
to subsequences, there are restrictions on the value. See
§ 9.9, page
, and § 14.1, page
, below.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...replies)
- Though point-to-point
links remain active; see § 7.7, page
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
- http://sunscript.sun.com/
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
- http://personal.veritas.com/ brianw/rivet/
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...Tk''
- Brent Welch, Practical Programming in TCL and Tk (New Jersey: Prentice Hall,1995)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...output
-
Since Glish is interpreted, you will find that adding debugging print
statements to a Glish script and restarting often gives a very quick
means of debugging.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...process.
- For gdb, use the attach
command; for dbx, start it with no parameters and then enter
debug followed by the name of the executable and the pid value.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...glish_false)
- To do this you
may need to change the debugging scope after attaching to the process;
in both gdb and dbx this is done using the up command
to move up the call stack until arriving in the Client::Client
constructor (which may have a more garbled name).
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...library
- Copyright 1992,1993 Simmule Turner and Rich Salz, All rights reserved.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...clients.
- While
a fair number of Glish clients have been written, most are either
special-purpose or are based on the AIPS++ library, which is distributed
separately from Glish.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...connect
- The interpreter picks the first free port available
on its host, starting with port 2000.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ...
- http://www.nrao.edu/aips++/
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.