Code:
sysuse auto, clear
cls
{ // Same
br if rep + head ==4
br if rep ==4 & head ==4
}
br if rep & head ==4 // DifferentI know it isn't a very big deal, but why is this? I thought this was the coolest thing since fire when I saw this for the first time. Anyone else code like this or have thoughts about this?
0 Response to &, +, and logical idiosyncrasies
Post a Comment