<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Aug 5, 2015 at 3:12 PM Moritz Kiefer <<a href="mailto:moritz.kiefer@gmail.com" target="_blank">moritz.kiefer@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Am Mittwoch, 5. August 2015 14:59:54 UTC+2 schrieb Mike Ledger:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This would be really handy to have. You could also have import "blocks", like<br><br><font face="courier new,monospace">import Foo in {<br>  ...<br>}<br><br></font>Where {...} is a new layout block, I guess.</div></blockquote></div><div dir="ltr"><div dir="ltr"> Is <i>let</i> not exactly this block feature?<br></div></div></blockquote><div><br></div>Indeed, in my post I use let bindings to achieve this:<div><br></div><div><span style="font-family:monospace,monospace;font-size:13.1999998092651px;line-height:19.7999992370605px">let import CSS in [ width (px 50) ]</span></div><div><br></div><div>You could also add other local bindings to your scope:</div><div><br></div><div><span style="font-family:monospace,monospace;font-size:13.1999998092651px;line-height:19.7999992370605px">let import CSS </span></div><div><span style="font-family:monospace,monospace;font-size:13.1999998092651px;line-height:19.7999992370605px">    sizeInPx = px 50</span></div><div><span style="font-family:monospace,monospace;font-size:13.1999998092651px;line-height:19.7999992370605px">in [ width sizePx, height sizeInPx ]</span><br></div><div><span style="font-family:monospace,monospace;font-size:13.1999998092651px;line-height:19.7999992370605px"><br></span></div>(Note that just like <font face="monospace, monospace">let</font><font face="arial, helvetica, sans-serif"> the other bindings have access to the symbols that were </font><font face="monospace, monospace">imported)</font><br><div><br></div><div><i>ocharles</i> </div></div></div>