ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: map construction + lookup via match
-- expected: 1
main>n;mp=mset mmap "a" 1;r=mget mp "a";?r{n v:v;_:0}