!7 sS input1 = [[ My name is Hans I am a 34 year old man I used to work in a garage ]]; sS expected1 = [[ Hans is a 34 year old man Hans has 3 fathers and 2 mothers Hans used to work in a garage ]]; cmodule RecordSelfDescription > DynPrintLogAndEnabled { start-thread { for (S s : tlft(input1)) print(switcheroo_iToHe(s)); } }