blaise/docs
Graeme Geldenhuys 1763d4f2d0 docs(lang): document that Ord() is not needed for string processing
In FPC/Delphi, for..in over a string yields Char, requiring Ord() to get
the numeric value.  In Blaise, S[N] and for B in S already yield Byte
directly, so Ord() is superfluous for strings.  Added a note to the
No Char Type section explaining this, and clarifying that Ord() remains
relevant for enumerations.
2026-05-12 18:05:25 +01:00
..
design.adoc fix(semantic): type-check indirect-call arguments; doc record-param ABI 2026-05-05 00:42:11 +01:00
future-improvements.adoc feat(lang): Low/High on strings + document for..in string iteration 2026-05-12 17:51:22 +01:00
grammar.ebnf feat(lang): Low/High on strings + document for..in string iteration 2026-05-12 17:51:22 +01:00
language-rationale.adoc docs(lang): document that Ord() is not needed for string processing 2026-05-12 18:05:25 +01:00