1 2 3 4 5 6 7
function _log (msg) %{ _stp_log (THIS->msg); %} function log (msg) { return 0 + _log (msg . "") }