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
This are methods to create a C style boolean test
idea is when a numeric is 0 return false, else true
When a string is null or empty return false, else true
Treated char like numeric. Might revisit that