2013/3/18 Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl" target="_blank">marcov@stack.nl</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">In our previous episode, Xiangrong Fang said:<br>
> > In our previous episode, Xiangrong Fang said:<br>
> > > Alternatively, how about just use SPACE to separate the token? i.e.:<br>
> > ><br>
> > > with SomeObject o1, SomeOtherObject o2 do....<br>
> ><br>
> > That's perfectly fine for C. But this isn't C.<br>
><br>
> What's wrong here? In pascal, we also see space used in similar way:<br>
<br>
</div>Never between type and variable/alias name and never in the order<br>
type[space]variable<br>
</blockquote><div><br>This is not the case, as the thing before space is NOT a type but a variable.   In my feeling things un-pascal is extensive use of "weird" symbols... :-)<br><br>I cannot recall if there is already a notion of "alias" in free pascal, if not then we just introduce this idea within the scope of "with" expression. <br>

</div></div>