1*0a6a1f1dSLionel SambucLIST="one two three four five six" 2*0a6a1f1dSLionel SambucLIST:ts,="one,two,three,four,five,six" 3*0a6a1f1dSLionel SambucLIST:ts/:tu="ONE/TWO/THREE/FOUR/FIVE/SIX" 4*0a6a1f1dSLionel SambucLIST:ts::tu="ONE:TWO:THREE:FOUR:FIVE:SIX" 5*0a6a1f1dSLionel SambucLIST:ts:tu="ONETWOTHREEFOURFIVESIX" 6*0a6a1f1dSLionel SambucLIST:tu:ts/="ONE/TWO/THREE/FOUR/FIVE/SIX" 7*0a6a1f1dSLionel SambucLIST:ts:="one:two:three:four:five:six" 8*0a6a1f1dSLionel SambucLIST:ts="onetwothreefourfivesix" 9*0a6a1f1dSLionel SambucLIST:ts:S/two/2/="one2threefourfivesix" 10*0a6a1f1dSLionel SambucLIST:S/two/2/:ts="one2threefourfivesix" 11*0a6a1f1dSLionel SambucLIST:ts/:S/two/2/="one/2/three/four/five/six" 12*0a6a1f1dSLionel SambucPretend the '/' in '/n' etc. below are back-slashes. 13*0a6a1f1dSLionel SambucLIST:ts/n="one 14*0a6a1f1dSLionel Sambuctwo 15*0a6a1f1dSLionel Sambucthree 16*0a6a1f1dSLionel Sambucfour 17*0a6a1f1dSLionel Sambucfive 18*0a6a1f1dSLionel Sambucsix" 19*0a6a1f1dSLionel SambucLIST:ts/t="one two three four five six" 20*0a6a1f1dSLionel SambucLIST:ts/012:tu="ONE 21*0a6a1f1dSLionel SambucTWO 22*0a6a1f1dSLionel SambucTHREE 23*0a6a1f1dSLionel SambucFOUR 24*0a6a1f1dSLionel SambucFIVE 25*0a6a1f1dSLionel SambucSIX" 26*0a6a1f1dSLionel Sambucmake: Bad modifier `:tx' for LIST 27*0a6a1f1dSLionel SambucLIST:tx="}" 28*0a6a1f1dSLionel Sambucmake: Bad modifier `:ts\x' for LIST 29*0a6a1f1dSLionel SambucLIST:ts/x:tu="\x:tu}" 30*0a6a1f1dSLionel SambucFU_mod-ts="a/b/cool" 31*0a6a1f1dSLionel SambucFU_mod-ts:ts:T="cool" == cool? 32*0a6a1f1dSLionel SambucB.${AAA:ts}="Baaa" == Baaa? 33*0a6a1f1dSLionel Sambucexit status 0 34