if I want to drop any observation which contains at least one missing value for a variable. The code :

drop if var1-varlast missing

Why this code is wrong?