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