doc: update docs and sample files
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user