<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">hello ,<div class="">&nbsp; &nbsp; I find a bug like this:</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp;&nbsp;<span style="font-family: Menlo; font-size: 11px;" class="">zhaoliangdeMacBook-Pro:~ zhaoliang$ swift</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">Welcome to Apple Swift version 2.1.1 (swiftlang-700.1.101.15 clang-700.1.81). Type :help for assistance.</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #a9a9a9" class="">&nbsp; 1&gt; </span>var i =3</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><b class="">repl.swift:1:7: </b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class=""><b class="">error: </b></span><b class="">prefix '=' is reserved</b></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">var i =3</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);" class=""><b class="">&nbsp; &nbsp; &nbsp; ^</b></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #a9a9a9" class="">&nbsp; 1&gt; </span>var i=3</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 187, 199);" class="">i: Int = 3</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(169, 169, 169);" class="">&nbsp; 2&gt; <span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp;</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(169, 169, 169);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">&nbsp;</div></body></html>