2 definitions by suspended chaos

Generally used in programming terms. Means to add something to a string or variable.
Append " dictionary" to "urban".

PHP Example:
<?php
$var = "Urban";
/* append to var */
$var .= " Dictionary";
?>
by suspended chaos September 19, 2004
Get the append mug.