Update README.md
This commit is contained in:
parent
841a10cb97
commit
66ec23a420
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Core Principles
|
|||
- Type clarity: Values carry explicit types; operators enforce type rules rather than auto‑converting.
|
||||
- Safe composition: Functions are pure from the interpreter’s perspective; side effects are the host’s responsibility.
|
||||
|
||||
Strings: Arguments‑Only, Numeric‑First
|
||||
### Strings: Arguments‑Only, Numeric‑First
|
||||
|
||||
CS‑MIC’s v2 scope treats strings as helpers for functions, not as first‑class expression values. This preserves the “numeric guarantee” while enabling rich, domain‑specific function usage.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue