Changes between Version 1 and Version 2 of code/doc/CommandExecutor
- Timestamp:
- Oct 1, 2008, 2:14:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/CommandExecutor
v1 v2 1 = CommandExecutor =1 = !CommandExecutor = 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 4 == Description == 5 6 == Usage == 7 === execute() === 8 === hint() === 9 === complete() === 10 === evaluate() === 11 12 == Illustration == 13 [[Image(CommandExecutor.png)]] 14 15 The illustration shows how the !CommandExecutor executes a [wiki:ConsoleCommand] by searching for the specified command in the shortcut list and the lists of all [wiki:Identifier Identifiers] and then executes the command by calling the [wiki:Functor]. At the end, it stores the returnvalue.