[marek@nos proc]$ fpc proc03 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 proc03.pas proc03.pas(12,5) Note: Local variable "y" is assigned but never used proc03.pas(13,5) Note: Local variable "j" is assigned but never used proc03.pas(10,5) Note: Local variable "r" not used proc03.pas(10,8) Note: Local variable "s" not used Linking proc03 24 Lines compiled, 0.0 sec [marek@nos proc]$ [marek@nos proc]$ ./proc03 i= 1, j= 2, x= 3.00, y= 6.00