At 01:40 PM 3/23/2002 -0500, Melvin Smith wrote: NEXTLINE: > read S0, 256 >-- print S0 ++ puts S0 > branch NEXTLINE > end
Correction, print is stdio, puts is PIO. Use puts if you are using read. I just checked it into CVS btw. -Melvin
At 01:40 PM 3/23/2002 -0500, Melvin Smith wrote: NEXTLINE: > read S0, 256 >-- print S0 ++ puts S0 > branch NEXTLINE > end
Correction, print is stdio, puts is PIO. Use puts if you are using read. I just checked it into CVS btw. -Melvin