Skip to content

Fix: Replace postfix to prefix#12

Open
UnleqitQ wants to merge 1 commit into
Nobookie:masterfrom
UnleqitQ:patch-1
Open

Fix: Replace postfix to prefix#12
UnleqitQ wants to merge 1 commit into
Nobookie:masterfrom
UnleqitQ:patch-1

Conversation

@UnleqitQ
Copy link
Copy Markdown

@UnleqitQ UnleqitQ commented Dec 6, 2025

Replace postfix increment with prefix increment, as the postfix passes the value to the function before the increment takes place, and therefore the updated value is not stored.

Replace postfix increment with prefix increment, as the postfix passes the value to the function before the increment takes place, and therefore the updated value is not stored.
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