remake  4.3+dbg-1.5
debugger/command/help/print.h
Go to the documentation of this file.
1 #define print_HELP_TEXT \
2  "Show a variable definition.\n" \
3  "\n" \
4  "The value is shown with embedded\n" \
5  "variable-references unexpanded. Don't include $ before a variable\n" \
6  "name.\n" \
7  "\n" \
8  "If no variable is supplied, we try to use the\n" \
9  "last value given.\n" \
10  "\n" \
11  "See also:\n" \
12  "---------\n" \
13  "`examine`, and `eval`"