Learn Pascal Programming in 10 Minutes

preview_player
Показать описание
In this lesson, I explain the fundamentals of the Pascal language in under 10 minutes. While this clearly won’t over Pascal in depth, it will give you the essential syntax needed to understand and write traditional (procedural) Pascal programs. Later in this course, I’ll explain the object oriented additions of the Object Pascal language used by Lazarus and Delphi.

Huw Collingbourne is author of The Little Book Of Delphi (Object Pascal) Programming. Available from:

Рекомендации по теме
Комментарии
Автор

God bless you, and thank you for helping us learn.

greenrocket
Автор

*AWESOME tutroial Huw! I am definitely going to learn Lazaruz with Pascal, especially after being inspired by you! Id like to see you cover the controls/components, one-by-one, throughout a video series. Anyhow, i look forward to more of your training.*

aaroncatolico
Автор

Speaking of forced declaration of variables ...
procedure PrintSomething(aList: TStrings);
begin
for var Line in aList do writeln(Line);
end; 🙂

RolandAdams-hm
Автор

I hope you get to anonymous methods, generics, interfaces, and the types of parameters (const, var, and out). Examples would be great.

nicosilva
visit shbcf.ru