ilo 0.11.4

ilo — a programming language for AI agents
Documentation
1
2
3
4
5
6
7
8
-- `trm` strips leading/trailing whitespace from a text value.
-- Canonical short form is `trm`; `trim` is the long-form alias and resolves
-- to the same builtin.

trm-demo>t;trm "  hello  "

-- run: trm-demo
-- out: hello