__predict
Predicts whether a command will succeed or fail.
Predicts whether a command will succeed or fail. When it fails, the reason for failure will be given.
__predict "echo"
Predicts whether the command "echo" will succeed or fail.
__predict "point (1 2)"
Predicts whether the command "point (1 2)" will succeed or fail.
__predict "rename Line_1 'Line_342'"
Predicts whether the command "rename Line_1 'Line_342'" will succeed or fail.
Text'
| Text | The command (and parameters) of which the outcome should be predicted |
| Mode | Target |
|---|---|
| All | Global |
None