Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

== operator considers money and integer/decimal to be equal #952

Open
rebolbot opened this issue Jun 21, 2009 · 0 comments
Open

== operator considers money and integer/decimal to be equal #952

rebolbot opened this issue Jun 21, 2009 · 0 comments
Labels

Comments

@rebolbot
Copy link
Collaborator

Submitted by: meijeru

the examples below do not only work with 0
>> $0 == 0
== true ; should be false
>> $0.0 == 0
== true ; should be "even more false"
>> 0.0 == 0
== false ; right!

CC - Data [ Version: alpha 57 Type: Bug Platform: All Category: Math Reproduce: Always Fixed-in:alpha 70 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant