6 lines
201 B
Text
6 lines
201 B
Text
texts:=T("broood","bananaaa","hiphophiphop");
|
|
out:=texts.apply(encode);
|
|
texts.zipWith(fcn(t,e){ println(t,"-->",e) },out);
|
|
|
|
out.apply(decode).println();
|
|
texts.zipWith('==,out.apply(decode)).println();
|