Skip to content

Unary ++ operator #11

Description

@pxeger

An expression x++ would be equivalent to (x := x + 1).

  • It would have to be postfix only, to prevent ambiguity with +(+(x))
  • For maximum inconsistency with C, it should return the postincremented value

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions