summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/mnv_ex_debug.mnv
blob: cf6b71e85ec8f2b321f336c07ddf6595b99295e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV :debug command


debug echo "..."

function Foo()
  debug echo "..."
endfunction

def Bar()
  debug echo "..."
enddef