OILS
/
spec
/
testdata
/ global-lib.sh
View on Github
|
oilshell.org
9 lines, 4 significant
1
# for spec/oil-user-feedback
2
3
#var a = 'here'
4
5
declare a=
'
here
'
6
7
test_func() {
8
echo $a
9
}