lumesh 0.18.2

a lighting shell ⚡ bash alternative
Documentation
1
2
3
4
let x = 10
let y = 20
print(`sum: ${x + y}`)
print(`nested: ${if x > y { "greater" } else { "less" }}`)