summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/mnv_ex_throw.mnv
blob: 53b919d68314beeefef9bcd21dec291eeddd4769 (plain)
1
2
3
4
5
6
7
" MNV :throw command


" :help :throw

try | throw "oops" | catch /^oo/ | echo "caught" | endtry