Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefix vs. postfix increment and decrement #52

Merged

Conversation

brianphillips
Copy link

The return value of $foo++ is different than ++$foo. Likewise, $foo--
vs. --$foo. This commit adds support for differentiating the two modes
(prefix vs. postfix).

Also, please be gentle. This is the first Scala code I've written :)

Brian Phillips added 3 commits February 8, 2013 14:04
The return value of $foo++ is different than ++$foo.  Likewise, $foo--
vs. --$foo.  This commit adds support for differentiating the two modes
(prefix vs. postfix).
stevan pushed a commit that referenced this pull request Feb 10, 2013
prefix vs. postfix increment and decrement
@stevan stevan merged commit a1886e0 into MoeOrganization:master Feb 10, 2013
@stevan
Copy link
Member

stevan commented Feb 10, 2013

Brian, merged, thanks! (also you++ for adding in a bunch of tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants