<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,&nbsp;<div><br></div><div>I have a proposal to replace the long keyword "subscript" with the shorter version, "subs". The idea is to keep the concise naming style on the language keywords, like "init" and "func".</div><div><br></div><div>So, Instead of:</div><div><br></div><div>subscript(index: Int) -&gt; Int {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ... ...</div><div>}</div><div><br></div><div>we could simple do:</div><div><br></div><div>subs(index: Int) -&gt; Int{</div><div><div>&nbsp; &nbsp; &nbsp; &nbsp; ... ...</div><div>}</div></div><div><br></div><div>Does this mean a big change on the parser side? what do you think?</div><div><br></div><div>Thank you!</div><div><br></div><div><br></div>                                               </div></body>
</html>