4 lines
133 B
Text
4 lines
133 B
Text
[30]CHAR hay stack := "straw straw needle straw straw";
|
|
REF[]CHAR needle = hay stack[13:18];
|
|
needle[2:3] := "oo";
|
|
print((hay stack))
|