Open pleumann opened 4 years ago
Just found out that Turbo Pascal 3.0 did not yet support conditional compilation - which does suck a tiny bit. Do we
I don't see anything that can be conditional, so why not go ahead with includes and add more complexity later as needed?
I don't see how to manage KeyPressed and ReadKey on FPC without conditionally using CRT. And without these we only have Read() for Input, which means a) every input has to be confirmed with
The current source code is too large for Turbo Pascal 3.0 on cp/m. The limit there is about 30K. So we need to split up the current code. Would also make it easier to maintain.
How about this: