Changes between Initial Version and Version 16 of Ticket #15279
- Timestamp:
- Jul 15, 2024, 4:30:40 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15279 – Description
initial v16 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`.