[solved] RVAL eval order

About Monkey 2 Forums Monkey 2 Programming Help [solved] RVAL eval order

This topic contains 16 replies, has 5 voices, and was last updated by  Mark Sibly 2 years, 2 months ago.

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #7037

    Simon Armstrong
    Participant

    Aha, I was not aware C++ 11 introduced such changes, not that I understand fully the details on that page.

    #7046

    Mark Sibly
    Keymaster

    Actually, Local x:=10,y:=20 is not c/c++ list initialization, it’s just a series of decls that gets executed left-to-right. This should indeed be docced, as should expression evaluation order.

Viewing 2 posts - 16 through 17 (of 17 total)

You must be logged in to reply to this topic.