2013/2/25 Reinier Olislagers <reinierolislag...@gmail.com>

> On 25-2-2013 6:34, Eric Kom wrote:
> > Good day,
> >
> > Please what is a difference between .pp and .pas files extension?
>
> As Ralf said: 2 letters. I have the idea .pp was used in the past to
> differentiate from other Pascal compilers, while .pas is used more
> commonly now.
>
> Groete,
> Reinier


... and, .pas is commonly found code of units (e.g.: yeahbaby.pas -> unit
yeahbaby;); .pp is commonly found code that generates the executable (e.g.:
ohgod.pp -> program ohgod;).

-- 
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to