[fpc-pascal] It is possible to pass command line to pascalt
Rainer Stratmann
rainerstratmann at t-online.de
Sun Jun 30 13:37:43 CEST 2013
On Sunday 30 June 2013 13:25:29 you wrote:
> In our previous episode, Rainer Stratmann said:
> > If you speed up your engine then you can find out that he wants to know
> > the actual Linux kernel number.
>
> Then why doesn't he simply use
>
> uses baseunix;
>
> var u: UtsName;
>
> begin
> fpuname(u);
> writeln(u.release);
> end.
Because he didn't know before, I guess :-)
More information about the fpc-pascal
mailing list