OILS / test / lossless / sh-features.sh View on Github | oilshell.org

12 lines, 8 significant
1
2myfunc() {
3 echo myfunc
4}
5
6
7function ksh-style {
8 echo ksh-style
9}
10
11myfunc
12ksh-style