OILS
/
spec
/
testdata
/
module2
/ runtime-error.ysh
View on Github
|
oilshell.org
5 lines, 3 significant
1
2
3
echo
'
runtime-error before
'
4
false
5
echo
'
runtime-error after
'