Skip to content

Add postfix ++ and -- operators#49

Merged
kaidesu merged 2 commits intonightlyfrom
postfix-operators
Jul 20, 2020
Merged

Add postfix ++ and -- operators#49
kaidesu merged 2 commits intonightlyfrom
postfix-operators

Conversation

@kaidesu
Copy link
Copy Markdown
Member

@kaidesu kaidesu commented Jul 20, 2020

>> let index = 0
>> index
   0
>> index++
   1
>> index++
   2
>> index--
   1
>> index--
   0
>> index--
   -1
>> index--
   -2
>>

@kaidesu kaidesu merged commit 4734836 into nightly Jul 20, 2020
@kaidesu kaidesu deleted the postfix-operators branch July 22, 2020 04:37
@kaidesu kaidesu mentioned this pull request Oct 28, 2023
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.

1 participant