I see. And which approach is considered better? Personally don't see why the '@' prefix is necessary.Regards
Without the "@", the following valid code would break: bool safe = !aIsDangerous && !bIsDangerous;Every time a new keyword is added to the language some working code will become invalid.