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

function log (msg) {
   _log (msg . "")
}