mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
Debugger: Added HELP CALC see also: HELP OP
This commit is contained in:
parent
c449ef12b7
commit
74c6739542
@ -1326,6 +1326,7 @@ Update_t CmdHelpSpecific (int nArgs)
|
||||
Help_Examples();
|
||||
ConsolePrintFormat( sText, "%s CALC 5 + #A", CHC_EXAMPLE );
|
||||
ConsolePrintFormat( sText, "%s CALC 80 * 2", CHC_EXAMPLE );
|
||||
ConsoleColorizePrint( sText, " See also: " CHC_COMMAND "HELP OP" );
|
||||
break;
|
||||
case CMD_OUTPUT_ECHO:
|
||||
ConsoleColorizePrint( sText, " Usage: string" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user