@Ratttz idk what bool() is, I just know that python tries to evaluate anything as a boolean (an empty string is False, any other string is True, for example)
@Fuego maybe I'm too used to Rust: https://play.rust-lang.org/?gist=a18d697454f9261b28ff&version=stable
@noiob haha yeah - nothing else is like that - the native code is almost cerrtainly a jz / bz so, literally branch if zero flag set, so anything else wont branch