Changes between Version 16 and Version 17 of Ticket #15279
- Timestamp:
- Jul 15, 2024, 4:34:36 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15279 – Description
v16 v17 20 20 delete stream; 21 21 }}} 22 23 Edit: D'oh! Of course there's a point. The `continue` breaks out of the loop, and the loop continues after the `delete`.