Jump to content

crappy Pascal


lt_navvara

Recommended Posts

  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

lol, do you know Delphi? Very similar. Perhaps search for 'pascal tutorial' on google? Are you not going to be taught it in some kinda class, I guess you need to learn it at school?

 

Badgers favourite website is www.freeprogrammingresources.com .. maybe something on there!

Share this post


Link to post
Share on other sites

Supposedly, according to my friend, they transform me from a 19 year old looking guy to about 23 or 24. I'm a bidi.... hut oh!

 

That's some good BASIC skills... aint it like INPUT $C? Without a dollar it's just numbers or some crap? We're now doing C :) Are you at Uni now mr lego?

Share this post


Link to post
Share on other sites

I still know basic

 

!THIS IS SO 1337

PRINT "Enter Name:"
INPUT C
PRINT "Enter age:"
INPUT B

IF C = B THEN PRINT "ERROR YOUR AGE IS THE SAME AS YOU NAME!"
PRINT "Your name is:"
PRINT C
PRINT "Your Age is:"
PRINT B

END

No, it would work better more like:

 

 

'THIS IS SO 1337 and shittay!

 

PRINT "Enter Name:"

INPUT C

PRINT "Enter age:"

INPUT B

 

IF C = B THEN PRINT "ERROR YOUR AGE IS THE SAME AS YOU NAME!"

ELSE

PRINT "Your name is:"

PRINT C

PRINT "Your Age is:"

PRINT B

 

END

 

 

 

/Liberty BASIC tutorial

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...