<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 14, 2016, at 9:37 AM, Peter van der Linden via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Alegreya-Regular; font-size: 15px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I find it unusual that adding white space between two tokens can cause the compiler to emit an error message.<span class="Apple-converted-space">&nbsp;</span></span></div></blockquote></div><br class=""><div class="">This is by design. Swift is less lenient about whitespace than most C-derived languages. This helps the parser distinguish where operators begin and end, which allows programs to define arbitrary custom operators.</div><div class=""><br class=""></div><div class="">—Jens</div></body></html>