#1

Hi, I've been thinking about bools and variables for a long time so I finally decided to ask my question here: what's the difference between using a bool and a variable for true/false? I've been always using true/false with a variable. What's the difference?
Reply
#2

Nothing. Also bool is a weak tag (starts with a lowercase letter) so the compiler doesn't complain as much about tag mismatches.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Nothing. Also bool is a weak tag (starts with a lowercase letter) so the compiler doesn't complain as much about tag mismatches.
Alright, thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)