in reply to Re^2: Keys() required to autovivify?
in thread Keys() required to autovivify?
Function arguments are always passed by reference, so they need to be real. But print's not a function. Keep in mind that the builtin functions are often called "named operators" and that Deparse shows a "print" op, not a "entersub" op. I suspect it's more along the lines of print and other builtins have their arguments built specially.
Just guessing.
By the way, I was getting similar results to print when using assignments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Keys() required to autovivify?
by shmem (Chancellor) on Jan 03, 2008 at 14:19 UTC |