RosettaCodeData/Task/Flow-control-structures/Zkl/flow-control-structures-2.zkl

4 lines
127 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
urlText.pump(String,
fcn(c){ if(c=="%")return(Void.Read,2); return(Void.Skip,c) },
fcn(_,b,c){(b+c).toInt(16).toChar()})