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