Replies: 1 comment
-
Related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code:
is valid and the value of
foo
istrue
, since it implicitly converts the float to a bool. It's pretty minor, but I just spent 20 minutes trying to figure out why my save files had booleans when I was sure they were numbers.Beta Was this translation helpful? Give feedback.
All reactions