|
ns:="THIS IS A TEST".pump(List,"toAsc",'-(0x20));
|
|
ns.println(ns.len());
|
|
|
|
state:=L(6,0,0,L()); // input is six bits wide
|
|
cns:=ns.pump(List,toBytes.fp1(state)); // List could be a file or socket or ...
|
|
if(state[2]) cns+=toBytes(0,state); // flush
|
|
cns.println(cns.len());
|