Definition : (string) LANG_SHORT(object ob)

Defined in : #include <language.h>

Description: Returns the short description of the object ob without article.
             This considers heaps. This is useful for instance if you want to
             refer to an item as possessive ("his glass of milk") et cetera.

Returns    : string - the short description of the item without article.

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