OILS
/
spec
/
testdata
/ debug-frame-eval.ysh
View on Github
|
oils.pub
7 lines, 5 significant
1
source $_this_dir/debug-frame-lib.ysh
2
3
proc p3 {
4
eval
'
my-proc x y
'
5
}
6
7
p3