Home Contact Sitemap

Review Blog

My review about anything

building image

rss feed technorati fav

Blogroll

Recent Post

Archives

Categories

ss_blog_claim=5de47dd65c95c7ab12a2d5f836a0f66c

Meta




Earn money from your website/blog. Get paid through PayPal

Debt-Management-Experts.com!

Introduction to Pascal

Published by myreview | Filed under programming

Well..have a nice study? Pascal, every one who study in Informatics must have known about this word. Pascal is one of the structured programming languange which is built by Borland Company.

  Why do people study or Learn Pascal :

  1. Because is easy to study
  2. the language declared by English language
  3. the sofwater application program is easy to get, we can use Turbo Pascacal 1.5 for Window or Borland Delphi, even in Delphi.Net
  4. the reqirements of this languange is not so dificult as C++

 Here’s the example :

Program Tampil_Nama ;
Uses wincrt;
Var
   S : string;
Begin
   Write(’enter your name : ‘); readln(s);
   Writeln;
   Writeln(’Your name is ‘, s);
End.

Just try it at Home !

May 2nd, 2008


One Response to “Introduction to Pascal”

  1. Rais Says:

    hmmmm, jadi teringat waktu kuliah kemaren, pelajaran pascal yang memusingkan kepala, ntar posting juga ah tentang pascal hehehehe, biar tukeran ilmu gitu

Leave a Comment

*
To prove you're a person (not a spam script), type the security word shown in the picture.

Anti-Spam Image