<div dir="ltr">According to this page:<div><br></div><div><a href="https://cuis-smalltalk.github.io/TheCuisBook/Summary-of-Syntax.html">https://cuis-smalltalk.github.io/TheCuisBook/Summary-of-Syntax.html</a><br></div><div><br></div><div>Double-colon sends the message to the result of the previous expression. I would guess that would make it functionally equivalent to putting the previous expression in parens.</div><div><br></div><div>So:</div><div><br></div><div>lay1 beRow :: borderWidth: 1 :: borderColor: (Color black) .<br></div><div><br></div><div>would be the same as:</div><div><br></div><div>((lay1 beRow) borderWidth: 1) borderColor: (Color black) .<br></div><div><br></div><div>Unless I'm missing something...</div><div><br></div><div>- Jon</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 9 Mar 2023 at 11:08, Alexandre Rousseau via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">For example. per <a href="https://github.com/nmingotti/The-Cuis-CookBook/wiki/Introduction-to-morphs-Layout" target="_blank">https://github.com/nmingotti/The-Cuis-CookBook/wiki/Introduction-to-morphs-Layout</a> , I see this code:<br><div><br></div><div><font face="monospace"><span style="color:rgb(36,41,47);font-size:13.6px">lay1 beRow :: </span><span style="color:rgb(36,41,47);font-size:13.6px;box-sizing:border-box">borderWidth:</span><span style="color:rgb(36,41,47);font-size:13.6px"> </span><span style="color:rgb(36,41,47);font-size:13.6px;box-sizing:border-box">1</span><span style="color:rgb(36,41,47);font-size:13.6px"> :: </span><span style="color:rgb(36,41,47);font-size:13.6px;box-sizing:border-box">borderColor:</span><span style="color:rgb(36,41,47);font-size:13.6px"> (</span><span style="color:rgb(36,41,47);font-size:13.6px;box-sizing:border-box">Color</span><span style="color:rgb(36,41,47);font-size:13.6px"> black) .<br><br></span></font></div><div>I am assuming it is the same as ";" but cannot find documentation to this effect.</div><div><br></div></div>
-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>