Results 1 to 6 of 6

Thread: Pascal Tutorial

  1. #1

    Pascal Tutorial

    Programming Tutorial
    Pascal Tutorial 1 – The First Few steps in Pascal Programming
    Programming Basics In a program, you must always obey the rules of the language, in our case, the Pascal language. A natural language has its own grammar rules, spelling and sentence construction. The Pascal programming language is a high level language that has its own syntax rules and grammar rules. As you go along with the lessons, you must note what you can do and what you cannot do in writing a Pascal program. A very simple program is shown below:

    Pascal Tutorial 1 – The First Few steps in Pascal Programming

  2. #2

    Re: Pascal Tutorial

    Programming Tutorial
    Pascal Tutorial 2 – Variables, Constants and the Assignment Statement
    This lesson will cover:
    String Variables
    Constants and the Assignment Statement
    String Variables Soon, you should learn how to input text by the user using ‘string variables‘. The following program is written showing an example of a string variable, prompting the user to input his name, whatsoever:

    Pascal Tutorial 2 – Variables, Constants and the Assignment Statement

  3. #3

    Re: Pascal Tutorial

    Nice

    makes me remember the good old days when i was learning
    From brazil (:

    Pascal pownz!

  4. #4

    Re: Pascal Tutorial

    Thanks.
    No signature provided yet.

  5. #5

    Re: Pascal Tutorial

    Programming Tutorial
    Pascal Tutorial 3 – Special Reserved Words of the CRT Unit: ClrScr(), GotoXy(), etc…
    Before I teach you the if statements and for loops, I would like to give you an idea of some pascal functions which are quite useful. This would require your program to include the library ‘crt.tpu‘. To include a library in the program, one should use the reserved word ‘uses‘, because it is used to call a library of functions and procedures. Here is the program of lesson 2 (program 3) which is better handled and more user-friendly:
    Pascal Tutorial 3 – Special Reserved Words of the CRT Unit: ClrScr(), GotoXy(), etc…

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Re: Pascal Tutorial

    Nice work. It's good to have these tutorials around.
    Jason McMillen
    Pascal Game Development
    Co-Founder





Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •