ilo 0.12.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: optional (n=just, _=nothing) via mget
-- expected: present
main>t;mp=mset mmap "k" 1;r=mget mp "k";?r{n v:"present";_:"absent"}