-
-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Michalis Kamburelis edited this page Nov 10, 2021
·
7 revisions
Wiki of the Modern Pascal Introduction book, by Michalis Kamburelis.
This wiki hosts some content that describes Pascal language (or FPC compiler behavior), that is
- not good enough yet to be included in the book,
- but good enough to keep it around :) The knowledge may be useful to you, and it may be included in the book some day :)
For now:
- What are range and overflow checks (and errors) in Pascal
- Passing parameters
- Changing properties that are records (like vectors in Castle Game Engine)
Disclaimer: I use Object Pascal a lot (for my projects, like Castle Game Engine and numerous game created with it like Escape from the Universe, and tools like PasDoc). I like to talk and write about it. But I make mistakes, and I'm certain that I make them a lot! If you read my stuff,
- please submit any bugs as issues
- or even submit corrections as pull requests.
- And if you like what I'm doing, please support me on Patreon !
Thanks!