added no versions of batch debug and showstack toggles

This commit is contained in:
2023-11-10 15:38:05 +01:00
parent b13fbc63e3
commit 40c4cf0e45
4 changed files with 20 additions and 11 deletions

View File

@@ -159,14 +159,14 @@ Math functions:
Commands:
batch toggle batch mode
debug toggle debug output
[no]batch toggle batch mode (nobatch turns it off)
[no]debug toggle debug output (nodebug turns it off)
[no]showstack show the last 5 items of the stack (noshowtack turns it off)
dump display the stack contents
clear clear the whole stack
shift remove the last element of the stack
reverse reverse the stack elements
swap exchange the last two stack elements
show show the last 5 items of the stack
history display calculation history
help|? show this message
quit|exit|c-d|c-c exit program