PRINT SPACE: When an output file is specified, don't ignore expression.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 16:02:48 +0000 (08:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 12 Feb 2011 16:02:48 +0000 (08:02 -0800)
When both OUTFILE= and an expression were specified on PRINT SPACE, the
expression was ignored (if it was only a single token) or an error would
occur (if it was was more than one token).


No differences found