Difference between revisions of "SkibUserMacros:Keywords for the algorithms of User Macros"
From Protoi Healing
| Line 3: | Line 3: | ||
!Description | !Description | ||
|- | |- | ||
| − | |TRY | + | |style="vertical-align:top; "|TRY |
|Skib will try to do whatever follows this TRY. Skib will continue the execution of the algorithm independent of the success. | |Skib will try to do whatever follows this TRY. Skib will continue the execution of the algorithm independent of the success. | ||
|- | |- | ||
| − | |TRY-ERROR | + | |style="vertical-align:top; "|TRY-ERROR |
|If the belonging earlier TRY was not successful, Skib will execute whatever follows TRY-ERROR. If this is done and not order to finish the algorithm is given, Skib will continue the algorithm at next order. | |If the belonging earlier TRY was not successful, Skib will execute whatever follows TRY-ERROR. If this is done and not order to finish the algorithm is given, Skib will continue the algorithm at next order. | ||
|} | |} | ||
Revision as of 23:32, 4 February 2017
| Keyword | Description |
|---|---|
| TRY | Skib will try to do whatever follows this TRY. Skib will continue the execution of the algorithm independent of the success. |
| TRY-ERROR | If the belonging earlier TRY was not successful, Skib will execute whatever follows TRY-ERROR. If this is done and not order to finish the algorithm is given, Skib will continue the algorithm at next order. |