User contributions for Nmingott
Jump to navigation
Jump to search
2 May 2025
- 23:1423:14, 2 May 2025 diff hist +862 N Cuis-What Strings are made of and how Created page with "* Strings Smalltalk and many other languages are a sequence of Characters. * A Character is typed in like this: $a class . "=> Character " $b class. "=> Character " * Therefore you can make a string converting strictly from a sequence of Characters as in #($h $e $l $l $o) as: String . "=> 'hello' " or also String newFrom: #($a $b $c). " 'abc' " * The most common way to type in a String literal is this one s1 _ 'hello world'. s1 class. " String "..." Tag: Visual edit
- 23:1123:11, 2 May 2025 diff hist +112 The Cuis Cookbook a few links in the String part Tag: Visual edit
- 23:0923:09, 2 May 2025 diff hist +18 Main Page starting links to CuisCookbook current Tag: Visual edit
- 23:0623:06, 2 May 2025 diff hist +35 Main Page No edit summary Tag: Visual edit
- 23:0423:04, 2 May 2025 diff hist +711 CuisCoookBook-References added all links as they are in github current Tag: Visual edit
- 22:5722:57, 2 May 2025 diff hist +4,244 N CuisCoookBook-References initial version, missing links Tag: Visual edit
- 22:5622:56, 2 May 2025 diff hist +29 The Cuis Cookbook No edit summary Tag: Visual edit
- 22:5522:55, 2 May 2025 diff hist +12,207 The Cuis Cookbook I copy the main index from giuhub Tag: Visual edit
- 22:5222:52, 2 May 2025 diff hist +5 N The Cuis Cookbook Created page with " test"