|
|
Do you want to learn how to program in Pascal? Well, you've come to the right place. Here, we'll try to pass on to you the different skills needed to be a Pascal programmer, from the bare basics to the advanced techniques, this page is all you need. About This WebPageThis page is an entire reference of all the possible things you could ever, or never, want to learn about Pascal. There is both an interactive tutorial to guide thoughout your programming path and an Almost Complete Reference to all the terms ever related to Pascal.How to use this WebPageWell, you could either:
When examples are given, they'll be presented in a "Type", "Run", "Analyse" system, clearly marked by these three distinctive bars:
program This_does_nuthin;
uses
Crt;
begin
{ Be sure to type this the same way you see it. }
Writeln('Wabba, wabba!');
end.
Wabba, wabba!
As you can see from the example above, Type is the program which you will
type, Run displays the output of the program, and Analyse gives an
analysis of the program. This will be how all example programs are introduced. Recommended Software & HardwareWe recommend the following programs for the best programming environment:
We also recommend the following hardware for the best programming environment:
How this page is organizedWhen needed, these lessons might refer to the Almost Complete Reference for definitions of new terms and such. Select Back from your browser to continue your lesson at where you left. You can always go back to read the definition again later. Remember, the lessons get progressively more and more complex, so we recommend that you follow the lessons in the order they were placed. This way, you won't get confused that easily. Icons Used In This PageThese icons are used to flag important or useful information:Now where?First of all, you can start your lessons immediately by selecting LC below, but if you want to explore around, go ahead. Remember, the pace, the difficulty, everything, is decided by you. So, go, and enjoy the great and mighty world of Pascal programming by your own. Relax, have fun, and enjoy yourself. Bon Voyage!email: tq97-11127@advanced.org |