diatom 0.5.2

The diatom programming language
Documentation
1
2
3
4
5
6
a = 1
begin
    b = false
    a = b
end
assert(a == false)