2.9. shell:if, if
Abstract
						executes an if/then/else block
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
shell:if  [
					--help
				] {
					condition
				} {
					ifTrue
				} [
					ifFalse
				]
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				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. |