s =: "hello"
print s.Usecount
t =: s \ reference copy
u =: string (s _ 'x') clip upto -2
print (quote u), u.Usecount, s.Usecount