dosun program

Documentation for the dosun program is below, with links to related programs in the "see also" section.

{version = 2.17; (* of dosun, 1988 jan 13}

(* begin module describe.dosun *) 
(*
name
   dosun: pascal graphics library and preprocessor for Sun graphics
  
synopsis
   dosun(demo: in, input: in, output: out) 
  
files 
   demo: a file for demonstration of the program.
      type 'demo' to run it.
   input: text.  portions surrounded by .PS and .PE are
      searched for function names.  when a function name is found,
      the parameters on the same line are read.
   output: copy of input text except that the functions detected
      during reading are translated into Sun graphics.

description 
      Dosun is equivalent to doodle (see doodle.p) but produces
   output directly to the screen using Suncore graphics. 

see also
   doodle.p, suncore graphics manual, domod.p

author
   Thomas D. Schneider 
  
bugs
   none known  
  
technical note
   NONSTANDARD is a comment that means that this portion of the code
is dependent on non-standard pascal for its function.
*)
(* end module describe.dosun *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}