Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T154508
Change Details
Change Details
Old
New
Diff
```void testWhile() { int x = 20; while (x-- > 4) { Print(x); } }```
```void testWhile() { int x = 20; while (x-- > 4) { Print(x); } }```
Continue