• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by BrilloPad View Post
    Send rude emails to the lustee .....
    No point, she's not here to read 'em...

    Comment


      Just found this in a pic pascal prog...

      Code:
      repeat
      
      
      until ( 1=0 );

      Comment


        Originally posted by zeitghost View Post
        Just found this in a pic pascal prog...

        Code:
        repeat
        
        
        until ( 1=0 );
        my favourite line of "C" is...

        Code:
        for(;;);

        Comment


          bump

          no tpd post for over an hour

          Comment


            Originally posted by Churchill View Post
            my favourite line of "C" is...

            Code:
            for(;;);
            Excellent, Smithers... if it'll compile that it'll compile anything...

            Comment


              Originally posted by Churchill View Post
              my favourite line of "C" is...

              Code:
              for(;;);
              I prefer

              Code:
              While(1)
              {
              }

              Comment


                I'm currently playing with that flashing lights thing again...

                It sort of struck me that I could add the serial comms file download capability into it...

                However, mikropascal isn't exactly my strong point... in fact any flavour of pascal isn't my strong point.

                Comment


                  Originally posted by zeitghost View Post
                  I prefer

                  Code:
                  While(1)
                  {
                  }
                  Code:
                  for(;;) 
                  {
                  
                  } // ever

                  Comment


                    Originally posted by Churchill View Post
                    my favourite line of "C" is...

                    Code:
                    for(;;);
                    The final ; is the killer if you don't notice it...

                    Comment


                      Originally posted by zeitghost View Post
                      in fact any flavour of pascal isn't my strong point.
                      If you know this:
                      Originally posted by zeitghost View Post
                      The final ; is the killer if you don't notice it...
                      I reckon you'll be fine with Pascal.

                      I loved Pascal to bits. Mind you, my brain is structured that way.

                      As for 'C' with all its implied GOTOs, I don't know how any proper programmer can cope with it.
                      My all-time favourite Dilbert cartoon, this is: BTW, a Dumpster is a brand of skip, I think.

                      Comment

                      Working...
                      X