Skip to content

Commit 94e3284

Browse files
committed
Improve README markdown
1 parent 83cd3b6 commit 94e3284

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Modern Object Pascal Introduction for Programmers
22

3-
An introduction to modern Object Pascal. May be useful for programmers that already know the concepts (like "class"), but don't know how these concepts look in Object Pascal.
3+
An introduction to modern Object Pascal, as implemented by both FPC and Delphi.
44

5-
Contains some introductory material at the beginning, and at the end quickly jumps over more advanced topics like class references. Enjoy, and share and redistribute freely!
5+
Read the output as:
66

7-
Source code is in AsciiDoc, processed by AsciiDoctor http://asciidoctor.org/ .
7+
* [Webpage](https://castle-engine.io/modern_pascal) (has also links to a few translations and more resources)
8+
* [PDF](https://castle-engine.io/modern_pascal_introduction.pdf)
89

9-
The output is on:
10-
* https://castle-engine.io/modern_pascal_introduction.html
11-
* PDF: https://castle-engine.io/modern_pascal_introduction.pdf
10+
Written as a resource for programmers that already know basic concepts common to many programming languages (like _"what is a class"_) and want to learn know how these concepts look in Object Pascal.
1211

13-
By Michalis Kamburelis (author of Castle Game Engine https://castle-engine.io/ ).
12+
Contains some introductory material at the beginning, and at the end quickly goes through more advanced topics like class references. Enjoy, share and redistribute freely!
13+
14+
Source code is in AsciiDoc, processed by [AsciiDoctor](http://asciidoctor.org/).
15+
16+
By Michalis Kamburelis (author of [Castle Game Engine](https://castle-engine.io/)).

0 commit comments

Comments
 (0)