<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        :-D <div class="mb_sig"></div>
                                        <div><br></div><div><img id="d19ce182-26b9-4a4c-969b-e7e72b733613" src="cid:75e88f2a-dff0-43d8-a051-38a90a7d5c92" width="382" height="364"></img><br></div><blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 01.03.2022 21:40:06 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Eliot Miranda uploaded a new version of Collections to project The Trunk:<br>http://source.squeak.org/trunk/Collections-eem.992.mcz<br><br>==================== Summary ====================<br><br>Name: Collections-eem.992<br>Author: eem<br>Time: 1 March 2022, 12:39:53.850609 pm<br>UUID: 677dd86e-ae58-41d3-b125-af837d2cdb61<br>Ancestors: Collections-mt.991<br><br>Add some missing features to the imfamous postcard.<br><br>=============== Diff against Collections-mt.991 ===============<br><br>Item was changed:<br>  ----- Method: Text class>>codeSample (in category 'filler text') -----<br>  codeSample<br>  <br>    ^ 'exampleWithNumber: x<br>       "A method that illustrates every part of Smalltalk method syntax<br>         including primitives. It has unary, binary, and keyboard messages,<br>    declares arguments and temporaries, accesses a global variable<br>+       (but not an instance variable), uses literals (array, character, symbol,<br>+     string, integer, float, byte array), uses the pseudo variables nil, true,<br>+    false, self, super, and thisContext, shows that within a literal array<br>+       nil, true and false are symbols not pseudo variables, and has sequence,<br>+      assignment, return, cascade, and tuple (array) creation. It has both<br>+         zero argument and one argument blocks, and has a block temporary."<br>-      (but not an instance variable), uses literals (array, character,<br>-     symbol, string, integer, float), uses the pseudo variables true,<br>-     false, nil, self, and super, and has sequence, assignment, return<br>-    and cascade. It has both zero argument and one argument blocks."<br>         <primitive: ''primitivecopybits''="" module:="" #bitbltplugin="" error:="" ec=""><br>     | y |<br>         true & false not & (nil isNil) ifFalse: [self halt].<br>          y := self size + super size.<br>+         #($a #a ''a'' "a" 1 1.0 nil true false), { #[65]. thisContext. nil. true. false }<br>+          do: [ :each | | class |<br>+                      class := each class.<br>-         #($a #a ''a'' "a" 1 1.0)<br>-           do: [ :each |<br>                         Transcript<br>+                           show: (class name);<br>-                          show: (each class name);<br>                              show: '' ''].<br>         ^ x < y'!<br><br><br></primitive:></div></blockquote></div>