Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.9. shell:if, if
Abstract
executes an if/then/else block
Synopsis Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
shell:if
[
--help
] {
condition
} {
ifTrue
} [
ifFalse
]
Arguments Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Table 2.9, “shell:if Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
condition | Boolean condition. |
ifTrue | Function to evaluate, if condition is true. |
ifFalse | Function to evaluate, if condition is false. |