Definition : (string) LANG_THESHORT(object ob)

Defined in : #include <language.h>

Description: Returns the short description of the object ob with article "the"
             in front of it. This considers heaps.

Returns    : string - the short description of the item with "the".

Examples   : "the short axe"            (weapon, not a heap)
             "the glass of milk"        (heap of size 1)
             "the three apples"         (heap of size 3)
             "the huge heap of matches" (heap of 1001)
