You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can never, it turns out, test a boolean fact with a bare "if". That's because they're actually strings, and while false is false, "false" is true.
# Interestingly, stdlib includes a function that can convert strings to booleans! So use that.