Free Pascal Lazarus Program Tutorial 16 - Passing Values To Procedures



Values can be passed to procedures. The data type, of the procedure’s value, must match the value being passed to the procedure. If the data types do not match the program will error.

Code Download
FPProgT16.zip