[squeak-dev] Character isLetter fix

ReliableRobots.com reliablerobots at gmail.com
Thu Feb 16 19:59:18 UTC 2017


213 asCharacter isLetter answers true so this should be used instead.

isLetter
^self asInteger > 64 and: [self asInteger < 123]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170216/1502cc87/attachment.html>


More information about the Squeak-dev mailing list