• Welcome to Valhalla Legends Archive.
 

Pascal

Started by Meh, September 13, 2004, 02:31 PM

Previous topic - Next topic

Meh

I have started college and every wednesday we are being taught pascal ( :(). If anybody has any links to turoials it would be a great help. Thanks.

Grok

Quote from: (V)eh on September 13, 2004, 02:31 PM
I have started college and every wednesday we are being taught pascal ( :(). If anybody has any links to turoials it would be a great help. Thanks.

I'm sorry, but if you cannot understand Pascal from your textbooks/instructor, you should become a business manager and plan on a career in middle management.

Meh

No, it hasnt started yet. I was hoping if there were tutorials to go becide text books and instructors.

Arta

Pascal is very easy. We used it in my high-school programming class. No one in the class had any trouble learning it, and there were people there who wouldn't know what a compiler was if it bit them.

Adron

Quote from: Arta[vL] on September 14, 2004, 03:12 PM
Pascal is very easy. We used it in my high-school programming class. No one in the class had any trouble learning it, and there were people there who wouldn't know what a compiler was if it bit them.

I wouldn't know what a compiler was if it bit me.

Arta

You've never programmed in Ada then!

Adron


Arta


iago

Lmao!  You made me laugh out loud at work.  Especially Adron's first reponse.  Gold!

And yeah, Pascal is super easy.  I've never officially learned it, but I've read a lot of the code and it seemed quite straight forward.

Also, some distributions of Linux come with a Pascal => C converter that I forget what it's called.  But that just shows that Pascal isn't totally useless :)
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Meh

#9
I prgrammed my first program today

Program James;
USES CRT;

Begin
WRITE('James is the Best');
READLN;
End.


I was the first to complete it. We also did a user input program but im too lazy to type it out and my code is at college.

EDIT --> Mistake with RIGHTLN should be READLN.

Adron

Quote from: (V)eh on September 15, 2004, 12:24 PM
I prgrammed my first program today

Program James;
USES CRT;

Begin
WRITE('James is the Best');
RIGHTLN;
End.


I was the first to complete it. We also did a user input program but im too lazy to type it out and my code is at college.

rightln? not writeln?

Banana fanna fo fanna

No, RIGHTLN. His program is about to exit the freeway.

Meh

oops my mistake it should say READLN.

Grok

Quote from: $t0rm on September 15, 2004, 09:32 PM
No, RIGHTLN. His program is about to exit the freeway.

Funny-of-the-week.

Meh

So who knows Pascal here? Im guessing Storm will know it. Not sure about any one else.