Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Undo is a staple command of virtually all computer software.  Shogun Shogun Post maintains a history stack of 20 operations, and enables you to undo in one step an optional [nLevels] number of those operations.

...

NameFlag argumentsArgument typeExclusive toComments
enable0disable
disable0enable

Return value

void

Examples

Code Block
languagetext
undo; //undo the previous operation

...


undo 6; // undo the previous 6 operations.

Additional information

Related commands

...