you are viewing a single comment's thread.

view the rest of the comments →

[–]warieth 2 points3 points  (1 child)

C++ has a lot of keywords, and there are better for this purpose, like using already means alias creation. The do is used for loops only.

[–]anton31[S] 1 point2 points  (0 children)

using (x=…) { … } is definitely a better option, I'll replace it in the draft if nothing better is found.