doc: update docs and sample files

This commit is contained in:
2026-01-19 14:20:04 +00:00
parent db1eba08b8
commit fb09facdda
18 changed files with 2516 additions and 268 deletions

View File

@@ -1,6 +1,6 @@
package net.doorstuck.test
s1 = 'hello world'
s1 = 'hello world'.
s2 = s1 map:[ :c | ^c uppercase ]
s2 = s1 map:[ :c | ^c uppercase ].
s3 = s1 map:[ :c | ^((c ordinal) + 1) to-char ]