summaryrefslogtreecommitdiffstats
path: root/tapset/builtin_log.stp
blob: 2932d66ed496160d40ee98c214336a8ee8f9556a (plain)
1
2
3
4
5
6
7
function _log (msg) %{
    _stp_log (THIS->msg);
%}

function log (msg) {
    return 0 + _log (msg . "")
}