Defined in : #include <macros.h>

Definition : (string) MONEY_TEXT( int * )

Description: Describes an array of coins in words.

Arguments  : int * - the money array (smallest denomination first)

Example    : MONEY_TEXT( ({ 4, 3, 2, 1 }) )   ->  
                 "a platinum, two gold, three silver and four copper coins"

See also   : MONEY_TEXT_NUM
