3 lines
68 B
Prolog
3 lines
68 B
Prolog
|
|
IMPORT STD;
|
||
|
|
STD.Str.FindReplace('Mary had a X Lamb', 'X','little');
|