OILS / spec / testdata / debug-frame-eval.ysh View on Github | oils.pub

7 lines, 5 significant
1source $_this_dir/debug-frame-lib.ysh
2
3proc p3 {
4 eval 'my-proc x y'
5}
6
7p3