It would be very useful (and not to mention make
certain types of code a lot easier, and a lot faster)
if we provided a simple property copy and move
interface as MUF primitives. It should be capable of
handling both information-carrying singletons, as well
as propdirs.
Logged In: YES
user_id=175712
Sounds like you'd need to have a limit on how many
properties it could
copy/move at once -- or else it could tie up the interpreter
for arbitrary
periods of time.