COMMAND: prompt
ARGUMENTS: [string]

The "prompt" command allows you to set the string that is used as your main
command prompt.  The default is ">".  A space is always appended when the
prompt is displayed.  Without an argument, the "prompt" command displays your
current prompt setting.

There are some special strings you can insert in your prompt which will get
replaced with their appropriate values:
   $A   The area you are currently in
   $C   The number of coins you are carrying
   $H   Your current health
   $M   Your maximum health
   $S   Your current stamina
   $T   Your current target
   $D   Your current directory (developers only)

EXAMPLES:

prompt $H/$M $S >