add existing documentation
This commit is contained in:
6
doc/sample/String.im
Executable file
6
doc/sample/String.im
Executable file
@@ -0,0 +1,6 @@
|
||||
package net.doorstuck.test
|
||||
|
||||
s1 = 'hello world'
|
||||
|
||||
s2 = s1 map:[ :c | ^c uppercase ]
|
||||
s3 = s1 map:[ :c | ^((c ordinal) + 1) toChar ]
|
||||
Reference in New Issue
Block a user