<HTML>
<HEAD>
<TITLE>[Q] Why we can't use - before a number?</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>To my previous question<BR>
<BR>
mixedWith: aSoundBuffer<BR>
| start end |<BR>
start := - 32767 . &#8220;you can&#8217;t use it , Squeak is not FORTRAN , you should use 0 &#8211; aninteger instead &#8220;<BR>
end := 32767.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;^ ((aSoundBuffer size &gt;= self size) ifTrue: [aSoundBuffer] ifFalse: [self])<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;collectWithIndex: [:s :i | &nbsp;&nbsp;&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(s + (self at: i ifAbsent: [0])) forceIn: (Interval from: start to: &nbsp;end)].<BR>
<BR>
Edgar<BR>
<BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>