[marek@nos proc]$ fpc proc04 Free Pascal Compiler version 1.9.4 [2004/05/30] for i386 Copyright (c) 1993-2004 by Florian Klaempfl Target OS: Linux for i386 Compiling proc04.pas proc04.pas(12,5) Note: Local variable "y" is assigned but never used proc04.pas(13,5) Note: Local variable "j" is assigned but never used proc04.pas(10,5) Note: Local variable "r" not used proc04.pas(10,8) Note: Local variable "s" not used Linking proc04 24 Lines compiled, 0.0 sec [marek@nos proc]$ [marek@nos proc]$ ./proc04 i= 4, j= 2, x= 3.00, y= 6.00