4 lines
183 B
Text
4 lines
183 B
Text
state:=L(6,0,0,L()); // output is six bits wide
|
|
r:=cns.pump(List,fromBytes.fp1(state)); // cns could be a file or ...
|
|
r.println(r.len());
|
|
r.pump(String,'+(0x20),"toChar").println();
|