02-24-2010, 09:07 PM
britlion Wrote:New bug!I've already fixed if (15 min ago! :lol: ) Read here <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/viewtopic.php?f=14&t=388#p868">viewtopic.php?f=14&t=388#p868</a><!-- l -->
LCD reported SHL and SHR as failing for Integer types. It works for byte, uByte, long and uLong.
Code:CLS
DIM a as <type>
a=4
print a SHL 1
print a SHR 1
This will not compile if you put <type> as uInteger or Integer.
