------------------------------------------------------------------------ '''Handle Command''' '''handle''' ? ...?: '''handle deregister''' : Delete the handle removing the association from the handle name to an object. '''handle get''' : Returns the object associated with the specified handle. '''handle quote''' : A shortcut to simplify the process of using handles to pass objects through a string (eval) interface. Returns a string of the following form which evaluates to the object associated with the handle. [handle get ] '''handle register''' ?? : Create a handle with the specified prefix (or feather::handle if not prefix is specified) and a unique number within all handles of the same prefix; and create an association from it to the specified value. '''handle set''' : Change the value that is associated with the handle. <> Feather | Design