a screen or mat covered with a dark material for shielding a camera lens from excess light or glare.
a gadget; dingus; thingumbob.
a printed punctuation mark (‽), available only in some typefaces, designed to combine the question mark (?) and the exclamation point (!), indicating a mixture of query and interjection, as after a rhetorical question.
a scrap or morsel of food left at a meal.
a screen or mat covered with a dark material for shielding a camera lens from excess light or glare.
an extraordinary or unusual thing, person, or event; an exceptional example or instance.
late 14c., "appointment," from O.Fr. assignment, from L.L. assignamentum, noun of action from assignare (see assign). Meaning "a task assigned" (to someone) is from c.1848.
programming Storing the value of an expression in a variable. This is commonly written in the form "v = e". In Algol the assignment operator was ":=" (pronounced "becomes") to avoid mathematicians qualms about writing statements like x = x+1. Assignment is not allowed in functional languages, where an identifier always has the same value. See also referential transparency, single assignment, zero assignment. (1996-08-19)