Hi,
I'm just switching from Delphi to fpc/Lazarus and faced some basic obstacles.
One of the annoying things is that i do not find anything about the concept of using units with simple procedures and functions in other units.
Given should be a unit where some tools are collected (e.g. helper funktions ). In Delpi i collected those funktions in a unit where the function definitions were in the const part of the unit and the function bodies were in the implementation part.
How to manage this in fpc/lac?
Tanks in advance
CT.