#Ifdef DEBUG; #Ifdef TARGET_ZCODE; [ DebugParameter w; print w; if (w >= 1 && w <= top_object) print " (", (name) w, ")"; if (UnsignedCompare(w, dict_start) >= 0 && UnsignedCompare(w, dict_end) < 0 && (w - dict_start) % dict_entry_size == 0) print " ('", (address) w, "')"; ];