ilo 0.11.1

ilo — a programming language for AI agents
Documentation
1
2
3
4
5
6
7
-- JSON operations: jdmp serialises ilo values to JSON text.

-- Dump a list to JSON
dump>t;jdmp [1, 2, 3]

-- run: dump
-- out: [1,2,3]