ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: boolean or (|) — short-circuit
-- expected: true
main>b;a=true;b=false;|a b