Term of the Moment

Deep Nostalgia


Look Up Another Term


Redirected from: # sign

Definition: number sign


In some programming languages, the number sign (#), also called the "pound sign" and "hash sign," is used as a not-equals symbol. For example, the expression if amount # 500 means "if amount not equal to 500." See hash sign.