9 date 2012.02.11.02.30.51; author cvsadmin; state Exp;
15 commitid 13604f35d2db5718;
26 Committed on the Free edition of March Hare Software CVSNT Server.
27 Upgrade to CVS Suite for more features and support:
28 http://march-hare.com/cvsnt/
31 @program $PROMPT('program');
34 __in__='$PROMPT('infile')';
35 __out__='$PROMPT('outfile')';
41 assign(input,__in__); reset(input);
42 assign(output,__out__); rewrite(output);
57 close(input); close(output);