magoerlich

Results 1 issues of magoerlich

https://github.com/vexx32/PSKoans/blob/1317701a7d2bf6ca7efff0eb21d3a3d0478740e9/PSKoans/Koans/Introduction/AboutNumbers.Koans.ps1#L94-L99 Is this part correct about numbers getting converted to ```long```s? Because no matter, what I try for me it's always a ```double``` Code: ```Powershell $BigValue = [int]::MaxValue + 200...