<div class="gmail_quote">2013/3/18 Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl" target="_blank">marcov@stack.nl</a>></span><br><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>
> Alternatively, how about just use SPACE to separate the token? i.e.:<br>
><br>
> with SomeObject o1, SomeOtherObject o2 do....<br>
<br>
</div>That's perfectly fine for C. But this isn't C.<br></blockquote></div><br><span style="font-family:courier new,monospace">What's wrong here? In pascal, we also see space used in similar way:<br><br>property Item[Index: Integer]: Integer read GetItem write SetItem; default;<br>

<br>i.e. there is NO ; or anything before the "read" keyword, but you do need a ; before "default".  Anyway, this maybe related to how the parser is implemented, or just a decision by the language designer, but I don't really see why this has to do with C vs. Pascal??</span><br>