Macro: ME - a shortcut for this_object() Synopsis: object ME Description: 'ME' is a systemwide shortcut for 'this_object()' if you hate to type that one. Note: It's a simple define: #define ME this_object() Return value: this_object() See also: efun/this_object, lib/MACROs