3 lines
234 B
Rexx
3 lines
234 B
Rexx
string2 = substr(string1,j,1) || string2
|
|
/*───── or ─────*/
|
|
string2= substr(string1,j,1)string2
|