Adriandmen / 05AB1E

A concise stack-based golfing language
MIT License
760 stars 48 forks source link

BUG: Scientific notation number in combination with count `¢` acts weird.. #163

Open kcruijss opened 4 years ago

kcruijss commented 4 years ago

Not really sure how to describe this. It's also not a very big bug, but figured I'd report it regardless. When using 3e9 or 3E7 with the builtin ¢, it also counts integers/strings 3/"3".

I came across this bug after a hexadecimal conversion resulted in "3E9", and it was for some reason also counting the "3".

Try it online to reproduce.
Came across it in this codegolf answer of mine.