Poll: What value is typically used to represent the concept of "true" (Boolean) in most programming languages?
Poll ended at .
@nixCraft i thought it was "false = 0" and "true = 1". maybe its a C thing.
@DominicDeligann @nixCraft it's more false = 0 and true !0, then again C has no booleans