On 12/1/2020 7:52 AM, Steve Nickolas wrote:

I dunno, C and Pascal are almost identical in how they're structured.

Sorry, but not even remotely. Pascal is in contrast to C

- not case sensitive

- strongly typed

- standard string type(s)

- range checks on by default

- strong error checking on file operations by default

- ever since UCSD Pascal, support for units, allowing for

    - separate testing

    - easier reusable code libraries

    - smart linking

    - data and code encapsulation

    - optional objects/object oriented features


Ralf



--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to