Post

@CodeRed_dev i prefer doing 0 and 1 instead of false and true tbh lol
English

@CodeRed_dev I mean technically it's an integer instead of a boolean BUT it gets the job done lmao
English

@CodeRed_dev @ColeMoir1 In C. Otherwise, avoid it.
In Python it would convert your boolean (actual) type to a Number. In Rust it will fail as the type doesn't match.
It is not an int in all languages.
English


