Can someone please break it down and explain it to me. Mainly the $i and $i++ part. Its confusing to me.
$i = 0 do { if ($x -eq 5) {break} $i++ } while ($i -lt 100)
submitted by /u/RebootTheServer
[link] [comments]
The post My book keeps using this code as an example for constructs and I am not sure what it is supposed to do appeared first on How to Code .NET.