• 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

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

    Comment


      #id
      Just found this in a pic pascal prog...

      Code:
      repeat
      
      
      until ( 1=0 );

      Comment


        #id
        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


          #id
          bump

          no tpd post for over an hour

          Comment


            #id
            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


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

              Code:
              for(;;);
              I prefer

              Code:
              While(1)
              {
              }

              Comment


                #id
                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


                  #id
                  Originally posted by zeitghost View Post
                  I prefer

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

                  Comment


                    #id
                    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


                      #id
                      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