x07-language-guide
This skill provides the canonical language and stdlib reference generated by x07 guide.
Canonical commands
x07 guide: print the full language + stdlib guide.x07 doc <id>: look up a single symbol (builtin, stdlib function, diagnostic code, schema id).
Key concepts to align on
- Loops: use
forfor counted loops andwhilefor scanning/open-ended loops. - Error propagation:
- typed results (
result_i32,result_bytes) usetry - doc envelopes use
try_doc(and returnbytes)
- typed results (
- Version + compat:
- prefer
project.compatinx07.jsonas the stable default - use
x07 migrate --check/--write --to 0.5for mechanical rewrites when upgrading older code
- prefer
See references/language-guide.md.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.