We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update all examples to new sink syntax (ARO-0043) Update 130+ instances across 25 wiki files to use the new sink syntax where the value comes directly after the verb: Old: <Log> the <message> for the <console> with "Hello". New: <Log> "Hello" to the <console>. Changes: - All Log action examples use new `<Log> <value> to the <console>` syntax - Multi-part messages use Compute then Log pattern - Reference-Actions.md updated with new syntax and prepositions - Reference-System-Objects.md cleaned up (removed backwards compat refs) - All Guide-*.md files updated consistently No backwards compatibility - this is the only valid syntax going forward.
docs: fix equality operator in ARO examples Change == to = throughout ARO code examples. ARO uses = for equality, not == (JavaScript syntax). Updated files: - Guide-Control-Flow.md - Guide-Data-Pipelines.md - Language-Tour.md - Reference-Statements.md
docs: add ARO-0037 regular expression support - Guide-Control-Flow.md: Added regex patterns section for match statements - Guide-Data-Pipelines.md: Added matches operator with regex examples - Reference-Grammar.md: Added regex literal grammar and flags reference
Migrate documentation from main repository - Convert 28 markdown files to flat wiki structure - Add Guide-* prefix for Language Guide files - Add Reference-* prefix for Language Reference files - Update all internal links to wiki format - Add _Sidebar.md for navigation