2010-02-24, 10:07 PM
britlion Wrote:New bug!I've already fixed if (15 min ago! :lol: ) Read here <!-- l --><a class="postlink-local" href="https://forum.boriel.com/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.
Idea: For new bugs I think it's better to start a new thread on this forum (Bug Reports) so new comers will see it immediately as reported.

