Board index » delphi » Pascal tutorial

Pascal tutorial

Hello Programmers,

Could you please give some links to good pascal tutorials,

I found this one,
http://www.mit.edu/~taoyue/tutorials/pascal/

But I havent tried it with free-pascal or gpc.

What is your opinion ?

Yours Sincerely

Morten Gulbrandsen

 

Re:Pascal tutorial


Morten Gulbrandsen  <Morten.Gulbrand...@t-online.de> wrote:

Quote
> Could you please give some links to good pascal tutorials,

These links might be of interest

 http://www.uwasa.fi/~ts/http/http2.html#pascal

 320779 Oct 19 1992 ftp://garbo.uwasa.fi/pc/turbopas/tpr-book.zip
 tpr-book.zip Electronic Turbo Pascal Reference freeware book, E.Mitchell

 157497 Mar 26 1996 ftp://garbo.uwasa.fi/pc/turbopas/tptutr11.zip
 tptutr11.zip ASCII-text Turbo Pascal Tutor 1-22, G.Grotzinger, useful

   All the best, Timo

--
Prof. Timo Salmi ftp & http://garbo.uwasa.fi/ archives 193.166.120.5
Department of Accounting and Business Finance  ; University of Vaasa
mailto:t...@uwasa.fi <http://www.uwasa.fi/~ts/>  ; FIN-65101,  Finland
Timo's  FAQ  materials  at   http://www.uwasa.fi/~ts/http/tsfaq.html

Re:Pascal tutorial


Quote
In article <3C237480.5A62C...@t-online.de>, Morten Gulbrandsen wrote:
> Hello Programmers,

> Could you please give some links to good pascal tutorials,

> I found this one,
> http://www.mit.edu/~taoyue/tutorials/pascal/

> But I havent tried it with free-pascal or gpc

I quickly browsed the tutorial, and afaik all of this will work on FPC.

There is one difference, (which might not directly clear), and that is
FPC defaults to short boolean evaluation

(though in development versions that can be turned on again)

Other Threads