3 lines
71 B
Text
3 lines
71 B
Text
|
|
a$ = Mary had a X lamb."
|
||
|
|
a$ = word$(a$,1,"X")+"little"+word$(a$,2,"X")
|