From 66ec23a42045ee8f97f5a54d843141d5d73bcbf8 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Tue, 19 Aug 2025 03:09:41 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c420ae8..ed2bfdd 100644 --- a/README.md +++ b/README.md @@ -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.