[fpc-pascal] It is possible to pass command line to pascalt

Marco van de Voort marcov at stack.nl
Sun Jun 30 13:25:29 CEST 2013


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.




More information about the fpc-pascal mailing list