I want to swap assignment expression #714
Unanswered
chkhetiani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I want to achieve is following, let's say I have:
state.x = state.y;
I want to swap lhs and rhs getting
state.y = state.x;
is that possible with textojbects?
I tried following but didn't work:
Beta Was this translation helpful? Give feedback.
All reactions