var MyBool: Boolean = True;
Yes:Code: [Select]var MyBool: Boolean = True; Any constant value can be assigned here, the most common ones being 0, nil, True, False, constant strings and various numbers.