Debugger: Add examples for HELP CALC
This commit is contained in:
parent
858586d646
commit
e852d91031
1 changed files with 2 additions and 0 deletions
|
@ -1324,6 +1324,8 @@ Update_t CmdHelpSpecific (int nArgs)
|
|||
ConsoleBufferPush( " Note: #A (if you don't want the accumulator value)" );
|
||||
ConsoleBufferPush( " Note: #F (if you don't want the flags value)" );
|
||||
Help_Examples();
|
||||
ConsolePrintFormat( sText, "%s CALC 5 + #A", CHC_EXAMPLE );
|
||||
ConsolePrintFormat( sText, "%s CALC 80 * 2", CHC_EXAMPLE );
|
||||
break;
|
||||
case CMD_OUTPUT_ECHO:
|
||||
ConsoleColorizePrint( sText, " Usage: string" );
|
||||
|
|
Loading…
Add table
Reference in a new issue