Sunday, January 2, 2011

[TUTORIAL] Pascal V2

Hello, in this tutorial I will explain you what some 'command' mean in pascal :)

program - for explain 'program p1' it's mean your program will be name p1
writeln - for explain 'writeln('hello world');' computer will be show you text in this case it's will be hello world
readln - for explain 'readln(a);' now if you type 6,variable a will be 6 if you don't type anythink like 'readln();' computer will be wait for any action for example if you hit enter program will be continue

That's all for now, in next tutorial I will show you somethink about variable in Pascal :)

No comments:

Post a Comment