bean-script 0.2.12

Simple scripting language for easy use in other projects.
Documentation
1
2
3
4
5
6
let(<my_variable>): 4
let(<six>): 6

my_variable: six

print(my_variable)