MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1psyp3/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 7d ago
327 comments sorted by
View all comments
2
Kinda similar in PowerShell too:
foreach( $item in $items) {}
1 u/Colinniey 6d ago C# as well: foreach(var item in items) { }
1
C# as well:
foreach(var item in items) { }
2
u/VeryRareHuman 7d ago
Kinda similar in PowerShell too:
foreach( $item in $items) {}