After using FLUSH or REMOVE the variable IT will hold the item last removed. E.g.
add([dogs like meat]); remove([dogs like == ]); it => ** [dogs like meat]The procedure ALLREMOVE, uses the variable THEM instead. This will be a list of all the items removed. Similarly, ADD updates IT, and ALLADD records things in THEM.