<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>weird "non output" from swift procedure</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi again!<BR>
<BR>
This runs without errors, but it does not produce any output.<BR>
<BR>
Is it missing some file names, please?<BR>
<BR>
Thanks,<BR>
Erin<BR>
<BR>
<BR>
<BR>
[erin@tp-login2 ~]$ swift -tc.file tc.data restart.swift<BR>
Swift svn swift-r2950 cog-r2406<BR>
<BR>
RunID: 20090610-1355-ccu7emi4<BR>
Progress:<BR>
Progress:  Checking status:1  Finished successfully:3<BR>
Final status:  Finished successfully:4<BR>
[erin@tp-login2 ~]$ cat restart.swift<BR>
type file; <BR>
 <BR>
(file f) touch() { <BR>
  app { <BR>
    touch @f; <BR>
  } <BR>
} <BR>
 <BR>
(file f) processL(file inp) { <BR>
  app { <BR>
    echo "processL" stdout=@f; <BR>
  } <BR>
} <BR>
 <BR>
(file f) processR(file inp) { <BR>
  app { <BR>
    broken "process" stdout=@f; <BR>
  } <BR>
} <BR>
 <BR>
(file f) join(file left, file right) { <BR>
  app {  <BR>
    echo "join" @left @right stdout=@f; <BR>
  }  <BR>
} <BR>
<BR>
 <BR>
file f = touch(); <BR>
 <BR>
file g = processL(f); <BR>
file h = processR(f); <BR>
 <BR>
file i = join(g,h); <BR>
[erin@tp-login2 ~]$<BR>
<BR>
<BR>
Erin M. Hodgess, PhD<BR>
Associate Professor<BR>
Department of Computer and Mathematical Sciences<BR>
University of Houston - Downtown<BR>
mailto: hodgesse@uhd.edu<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>