ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
-- feature: flt — filter with fn ref
-- expected: [2, 4]
ev x:n>b;=mod x 2 0
main>L n;flt ev [1,2,3,4]