We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Language Reference: fix broken code fences (28 indented + 1 stray unbalanced); incorporate ClarionHub review feedback Formatting: fenced blocks indented inside list items broke rendering (column-0 code lines terminated the list context mid-fence); a stray lone fence after the MAP comparison table flipped open/close parity for every block below it. Content (review by rchdr + Alexey Solovjev quote, clarionhub.com/t/9225): - INCLUDE: compiler multi-pass rationale for ,ONCE; guard cross-ref - ROUTINE: implicit-variable scope + local_implicits define (attributed) - END/dot equivalence stated up front (semicolon + data structures) - BREAK/CYCLE (+ optional loop labels) under LOOP - Types must be declared before use (LIKE/TYPE'd structures) - Comments section corrected: '|' is LINE CONTINUATION, not a comment marker; new Line Continuation section with &| string example - .INT file extension - Multiple MAP structures per file are legal (merged by compiler) - OMIT include-guard idiom for class headers + split-class tie-back - COMPILE symbols usually come from project Defines, not source EQUATEs
Wiki content: language reference, knowledge base, cheat sheet, build settings, post-compile troubleshooting (#324)