ilo 0.12.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: srt — sort list
-- expected: [1, 2, 3]
main>L n;srt [3,1,2]