OILS / ysh / testdata / hello.ysh View on Github | oilshell.org

6 lines, 3 significant
1# hello.oil
2
3const x = 40
4const y = 2
5
6echo "hello $[x + y]" # hello 42