The new shift operator behaviour where a>>n returns a<<-n when n is negative causes an infinite loop and freezes PICO-8 when shifting by -32768:
?1<<-32768 ?1>>-32768 ?1>>>-32768 |
[Please log in to post a comment]
The new shift operator behaviour where a>>n returns a<<-n when n is negative causes an infinite loop and freezes PICO-8 when shifting by -32768:
?1<<-32768 ?1>>-32768 ?1>>>-32768 |
[Please log in to post a comment]