From 0851f961defa2e39d65815b8946238431c54a15f Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 17 Jun 2026 19:48:27 -0400 Subject: thread id op --- docs/type_system/buffer.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/type_system/buffer.md') diff --git a/docs/type_system/buffer.md b/docs/type_system/buffer.md index 0933c8a..bb863a2 100644 --- a/docs/type_system/buffer.md +++ b/docs/type_system/buffer.md @@ -37,3 +37,10 @@ Array[Generic.T] `alias Buffer[[TYPE] Generic.T] # Iterating # Mutating + +# Strings + +```text +s : "asdf" +`log s String $ "asdf" +``` -- cgit v1.2.3