[fpc-pascal] a proposal about "with" syntax

Marco van de Voort marcov at stack.nl
Mon Mar 18 10:30:35 CET 2013


In our previous episode, Xiangrong Fang said:
> > In our previous episode, Xiangrong Fang said:
> > > Alternatively, how about just use SPACE to separate the token? i.e.:
> > >
> > > with SomeObject o1, SomeOtherObject o2 do....
> >
> > That's perfectly fine for C. But this isn't C.
> 
> What's wrong here? In pascal, we also see space used in similar way:

Never between type and variable/alias name and never in the order
type[space]variable
 



More information about the fpc-pascal mailing list