Why use integers when true and false already say it clearly?

#programming #boolean #debugging

@stephenblum bash doesn't have a bool type, so using true and false would require string comparison
@aburka ah yes! you are right. and `true` / `false` are actually programs, which was unexpected to learn 😂