ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: cat — join list of text with separator
-- expected: a,b,c
main>t;cat ["a","b","c"] ","