`(0 .. 10).Foreach{$_}` is formatted into `(0 .. 10).Foreach {$_}` which the compiler will not accept. Same thing with `.Where{}`