<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Yes, please. You can directly group some of literals (and objects) that are already there.<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 26.03.2022 15:37:08 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'>


<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p>We don't illustrate some other features yet, though:</p>
<p><br>
</p>
<p><span style="font-size: 12pt">#(nesting (arrays ())</span><span style="font-size: 12pt">)</span><br>
</p>
<p><span style="font-size: 12pt">1.2s3</span><br>
</p>
<p><span style="font-size: 12pt"><br>
</span></p>
<p><span style="font-size: 12pt">Should we?</span></p>
<p><span style="font-size: 12pt"><br>
</span></p>
<p><span style="font-size: 12pt">Best,</span></p>
<p><span style="font-size: 12pt">Christoph</span></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Dienstag, 1. März 2022 21:39:55<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Collections-eem.992.mcz</span>
<div> </div>
</div>
</div>
<span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText">Eliot Miranda uploaded a new version of Collections to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Collections-eem.992.mcz">http://source.squeak.org/trunk/Collections-eem.992.mcz</a><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>
</div>
</span></span>
</div></blockquote>
                                        </div></body>