(v13) Shadowop description
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP.
shadowop and defineop are located in a special internal dictionary, which is accessed by giving a numeric code as operand to the operator internaldict. For convenience the dictionary is referred to as internaldict, even though it is actually anonymous. To push this dictionary on the operand stack, execute:
1183615869 internaldict
So, to execute shadowop, write:
<< ... >> 1183615869 internaldict /shadowop get exec