-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
PowerShell/Demos/1.08 Control Flow.ps1
Lines 159 to 164 in 0c124fd
| # TODO: improve this example | |
| cls | |
| for ($i = 1; $i -lt 5; $i++) { | |
| if (-not ($i % 2)) { continue } | |
| $i | |
| } |
This issue was generated by todo-issue based on a TODO comment in 0c124fd.
Reactions are currently unavailable