<p>Am 29.01.2016 12:26 schrieb "Marco van de Voort" <<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>>:<br>
><br>
> In our previous episode, Sven Barth said:<br>
> > The fp prefixes for the Posix functions are there to avoid confusion with<br>
> > the native Pascal functionality (e.g. mkdir) and for consistency all these<br>
> > functions have the prefix.<br>
><br>
> (And most importantly "read", "write" and "close". Worse, read and write<br>
> are not even functions but intrinsics, so they are available everywhere. And<br>
> they are not defined as POSIX functions, but "loosely modelled after POSIX"<br>
> :-))</p>
<p>Intrinsics are handled as belonging to the System unit. You can write System.Writeln for example and it will work<br>
(which is why the IfThen() intrinsic wouldn't be a problem in that regard)</p>
<p>Regards,<br>
Sven</p>