True false?

What is going on?

You have your results flipped. If true, return false. If false, return true.

Also, you don’t need to define true and false outputs unless you want them switched like this. The operation itself (> or ==) will return true or false by default.

4 Likes

@Alien ,

"=="  #it is equal to anything
">" #it is bigger than

hahah, oh dear!!! Thank you!

I even ‘checked’ with the cat… hahaha

Sigh. I’m going to stick to Python :rofl: :person_facepalming: