Welcome
Indicates that a comparison is false.
[edit]
Format
$false
[edit]
Parameters
None.
[edit]
Properties
None.
[edit]
Points To Note
$false is generally used in comparisons, or when returning a value from a custom alias.
[edit]
Examples
//if ($false) echo -a yes
Output: (no output)
//echo -a $false
Output: $false
[edit]
Hacks
None.
[edit]
Related Articles
None.
[edit]
Related Commands
None.
[edit]
Related Events
None.
[edit]
Related Identifiers