Dictionary of Computer and Internet Terms: anonymous variable
anonymous variable
in Prolog, a variable (written _) that does not retain a value. If several anonymous variables occur in the same fact or rule, they are not the same variable. In pattern matching, anonymous variables match anything.

