ilo 0.12.0

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