• 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!

Happy Easter

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Happy Easter

    or happy holiday if you get offended by christianity.

    Sorry but I wont be posting here again until Tuesday - but I hope those of you with nothing better to do than post here enjoy yourselves.

    #2
    You shall be beheaded, infidel!

    Happy secular humanist holiday to one and all*





    * as I'm sure Hitler, that famous secular humanist would have wished
    Hard Brexit now!
    #prayfornodeal

    Comment


      #3
      if memeber=christian
      then
      print 'Happy Easter'
      else
      print 'Happy Holidays'
      end if;

      Comment


        #4
        Originally posted by andy
        if memeber=christian
        then
        print 'Happy Easter'
        else
        print 'Happy Holidays'
        end if;
        is that the latest VISTA coding?
        Keep it clean!!!

        Comment


          #5
          Originally posted by andy
          if memeber=christian
          then
          print 'Happy Easter'
          else
          print 'Happy Holidays'
          end if;
          You're not really a programmer, are you?

          Comment


            #6
            Originally posted by Churchill
            You're not really a programmer, are you?
            That's pl/sql coding.

            Comment


              #7
              Originally posted by zeitghost
              IFMEMBER.EQ.CHRISTIANTHENGOTO100
              WRITE(5,1000)
              GOTO 200
              100 WRITE(5,2000)
              200 STOP
              1000 FORMAT(1X,'HAPPY HOLIDAYS')
              2000 FORMAT(1X,'HAPPY EASTER')
              END

              They don't make languages like that anymore...
              exactly why

              Comment


                #8
                That's it then. Can't take anymore. Heading for the hills. Will probably be back on tuesday to tweak the noses of those who merit it, and listen to the wisdom of those who spout it. Have a good weekend one and all,

                TTFN

                SB in "Easter" Mode
                “The period of the disintegration of the European Union has begun. And the first vessel to have departed is Britain”

                Comment


                  #9
                  Originally posted by zeitghost
                  IFMEMBER.EQ.CHRISTIANTHENGOTO100
                  WRITE(5,1000)
                  GOTO 200
                  100 WRITE(5,2000)
                  200 STOP
                  1000 FORMAT(1X,'HAPPY HOLIDAYS')
                  2000 FORMAT(1X,'HAPPY EASTER')
                  END

                  They don't make languages like that anymore...
                  Apparently not:

                  %F90-F-FATAL, Too many errors, exiting

                  Behold the warranty -- the bold print giveth and the fine print taketh away.

                  Comment


                    #10
                    Originally posted by Sysman
                    Apparently not:

                    %F90-F-FATAL, Too many errors, exiting

                    OTOH, a quick bit of looking at the errors:

                    line 1 was wrong, it should have read

                    IF(MEMBER.EQ.CHRISTIAN)GOTO100

                    piece of cake after that:

                    $ run easter
                    HAPPY EASTER

                    I severely doubt that I could have got there so quickly with C++ or Java.
                    Last edited by Sysman; 5 April 2007, 15:25.
                    Behold the warranty -- the bold print giveth and the fine print taketh away.

                    Comment

                    Working...
                    X