Am 03.06.2022 um 14:32 schrieb Marco van de Voort via fpc-devel:

There was a question about $modeswitch ISOIO  on stack overflow, and specially why get() and put() are not part of it.

The documentation about this switch seems very sparse. As far as I can see it is mostly the lookahead and switching reset and read/write handlers to their ISO variants.

Does anybody know? Or is it simply because get/put support is newer?

Put and Get are not part of modeswitch ISOIO, because they're not intrinsics and are instead provided by the ISO7185 unit which is only used for modeswitch ISO. As that unit also contains functionality that's not covered by the ISOIO modeswitch (some types, Round functions) it's not used for that modeswitch, but only together with the mode.

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to