Ich bevorzuge ja sowas:
Dann spart man sich ein break (was jedoch Geschmackssache ist).Code:register bool Done = false; while(!Done) { // do stuff, when done, set Done to true }
Ich bevorzuge ja sowas:
Dann spart man sich ein break (was jedoch Geschmackssache ist).Code:register bool Done = false; while(!Done) { // do stuff, when done, set Done to true }
I can haz RCE?