4 lines
153 B
Text
4 lines
153 B
Text
txt:="One night-it was on the twentieth of March, 1888-I was returning";
|
|
str:=encode(txt);
|
|
println("Encoded: ", str);
|
|
println("Decoded: ", decode(str));
|