I generated the tupleSequence for a stack and wrote it to a text file. The result is the tupleSequence represented as a string:
'((#forward: 10) (#say: UTF8[''Hello!'']))'
Now I want to convert this string to the original tuple. How can I do this?
Offline