Results 1 to 7 of 7

Thread: Learned something interesting today.

  1. #1
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Learned something interesting today.

    Didn't know I could compare two values, then take the boolean result (ie true = false) and compare it to another boolean (ie (True = False) = False).

    SCAR Code:
    Program New;
    Var
      P : Boolean;
    Begin
      P := True;
      WriteLN(BoolToStr((True = True) = P));
    End.

    Did anyone else learn anything interesting?

    ~Sandstorm

  2. #2
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Yep i learnt that rsbot got hacked

  3. #3
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by cycrosism View Post
    Yep i learnt that rsbot got hacked
    Are you 100% sure about that...?

  4. #4
    Join Date
    Aug 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I learned some basic scar commands :3

  5. #5
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    I dont get what the point of that is lol

  6. #6
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was continually getting runtime errors, so I tried that. I think it had something to do with me trying to make something true which was already true.

    ~Sandstorm

  7. #7
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Still somewhat confused about it all lol but Im pretty sure I got what your saying.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. wow interesting
    By Scaper in forum Blogs and Writing
    Replies: 2
    Last Post: 01-24-2008, 08:03 PM
  2. interesting ads...
    By logical guy711 in forum News and General
    Replies: 0
    Last Post: 06-06-2007, 01:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •