Skip to content

Commit 6dccbf7

Browse files
Adding Pascal language references to books (#6971)
* Adding Pascal Adding Pascal references * Formatting and minor changes Adding PDF/HTML tags and re-arranging into alphabetical order * Fix alphabetical ordering * Change author name Co-authored-by: Eric Hellman <[email protected]> * More description for Turbo Pascal Co-authored-by: Eric Hellman <[email protected]> * Adding author Co-authored-by: Eric Hellman <[email protected]> * Add origin info Co-authored-by: Eric Hellman <[email protected]> Co-authored-by: Eric Hellman <[email protected]>
1 parent 4bb49e0 commit 6dccbf7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: books/free-programming-books-langs.md

+14
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
150150
* [OpenMP](#openmp)
151151
* [OpenResty](#openresty)
152152
* [OpenSCAD](#openscad)
153+
* [Pascal](#pascal)
153154
* [Perl](#perl)
154155
* [PHP](#php)
155156
* [CakePHP](#cakephp)
@@ -1653,6 +1654,19 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
16531654
* [TrueOS® Users Handbook](https://www.trueos.org/handbook/trueos.html)
16541655

16551656

1657+
### Pascal
1658+
1659+
* [Free Pascal Reference guide](https://www.freepascal.org/docs-html/ref/ref.html)
1660+
* [Modern Object Pascal Introduction for Programmers](https://castle-engine.io/modern_pascal_introduction.html) (HTML)
1661+
* [Pascal Language Reference](https://docs.oracle.com/cd/E19957-01/802-5762/802-5762.pdf) (PDF)
1662+
* [Pascal Programming Reference Manual](https://public.support.unisys.com/aseries/docs/clearpath-mcp-17.0/pdf/86000080-103.pdf) - Unisys (PDF)
1663+
* [Pascal Quick Reference](https://ksvi.mff.cuni.cz/~dingle/2017/pascal_reference.html)
1664+
* [Turbo Pascal Reference Guide (1989)](http://bitsavers.org/pdf/borland/turbo_pascal/Turbo_Pascal_Version_5.0_Reference_Guide_1989.pdf) - Borland International (PDF)
1665+
* [Vector Pascal, an Array Language](http://www.dcs.gla.ac.uk/~wpc/reports/compilers/compilerindex/vp-ver2.html) - Paul Cockshott, Greg Michaelson
1666+
* [Vector Pascal Reference Manual](https://www.researchgate.net/publication/220177664_Vector_Pascal_reference_manual) (PDF)
1667+
* [VSI Pascal for OpenVMS Reference Manual](https://vmssoftware.com/docs/VSI_PASCAL_REF.pdf) - VMS Software (PDF)
1668+
1669+
16561670
### Perl
16571671

16581672
* [Beginning Perl](https://www.perl.org/books/beginning-perl/)

0 commit comments

Comments
 (0)