bean-script 0.2.12

Simple scripting language for easy use in other projects.
Documentation
1
2
3
4
5

let(<l>): list(list(1))

let(<x>): 0
print(l.at(x).at(x))