Results 1 to 6 of 6

Thread: += operator equivalent

  1. #1
    Join Date
    Jul 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default += operator equivalent

    Hopefully someone can quickly answer this question.

    Does this language have an operator equivalent to +=

    Thanks,

    JTcm

    P.S. A list of operators would be awesome.

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    incex(variable, amount: int);

  3. #3
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    It does not.

    To the post above, that's a function that does the same thing, but it's not an operator like OP asked.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  4. #4
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by eska View Post
    It does not.

    To the post above, that's a function that does the same thing, but it's not an operator like OP asked.
    It's the equivalent so why post?

  5. #5
    Join Date
    Jul 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    incex(variable, amount: int);
    Not an operator but it will do what I need.

    Thanks

  6. #6
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by JTcm View Post
    Not an operator but it will do what I need.

    Thanks
    http://blog.wizzup.org/blog/lape#operators for when simba switches to lape.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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