At 05:13 PM 3/21/2002 -0500, Dan Sugalski wrote:
>Folks,
>
>I've added or enabled the following ops:
>
>    clone Sx, sy

I'm not seeing the difference between clone Sx, sy and set Sx, sy

When I do:

set S30, "PARROT"
set S31, S30
chopn S30, 2
print S30
print "\n"
print S31
print "\n"
end

I still get:

PARR
PARROT

What am I missing?

-Melvin

Reply via email to