binyomen / pwsh-live-doc

Run real code examples to generate empirical documentation of the complex nonsense that is PowerShell semantics.
https://www.pwsh-live-doc.com/
MIT License
5 stars 0 forks source link

Add page for whatever's going on here #59

Open binyomen opened 3 years ago

binyomen commented 3 years ago
PS> @(1, 5, 2) -eq 5
5
PS> @(1, 5, 2) -eq 6
PS> @(1, 5, 2) -eq 2
2