Peter Gibbs wrote:
An extended version of my previous example follows, as it points out some more inconsistent behaviour.
Here is a simple example, which shows inconsistent WRT strings:
set S0, "not" set S1, S0 set S0, "ok" print S1 print "\n" new P0, .PerlString set P0, "not" set P1, P0 set P0, "ok" print P1 print "\n" end not ok leo