-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently only integers are supported in comparison operations (and strings for equality). It would be nice to also be able to compare double values. The current implementation uses scoreboard comparisons which is why only integers are supported for now. Doubles will require a full alternative implementation, and comparing different types won't be supported unless I implement some sort of type casting
Reactions are currently unavailable