Re: dll strangeness
- Posted by mattlewis (admin) Aug 14, 2010
- 1318 views
sergelli said...
elsif c <= KEYWORDTOP and c> 0then - plug in keyword that no longer works and so I switch to: elsif c <= KEYWORDTOP and c> 0 then - plug in keyword
Derek can probably provide more info on this, but the number parsing on the interpreter has gotten some rework. Take a look at the documentation for number literals for some more detail.
Matt