From WikiChip
Difference between revisions of "mirc/identifiers/$false"
< mirc‎ | identifiers

(Created $false identifier - mIRC)
 
m (Compatibility: This was added in 4.5)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''$false''' is returned during any statement that is either written for it to return a value of '''$false''', or performing a comparison operation where the outcome is ''$false''.
+
{{mirc title|$false Identifier}}'''$false''' is returned during any statement that is either written for it to return a value of '''$false''', or performing a comparison operation where the outcome is ''$false''.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 12: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v2.1a
+
{{mIRC compatibility|4.5}}
 
 
Added On: 28/02/95
 
  
== See Also ==
+
== See also ==
* [[$cancel identifier - mIRC|$cancel]]
+
* {{mIRC|$cancel}}
* [[$no identifier - mIRC|$no]]
+
* {{mIRC|$no}}
* [[$ok identifier - mIRC|$ok]]
+
* {{mIRC|$ok}}
* [[$input identifier - mIRC|$input]]
+
* {{mIRC|$input}}
* [[$true identifier - mIRC|$true]]
+
* {{mIRC|$true}}
* [[$yes identifier - mIRC|$yes]]
+
* {{mIRC|$yes}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|false]]

Latest revision as of 18:06, 20 February 2024

$false is returned during any statement that is either written for it to return a value of $false, or performing a comparison operation where the outcome is $false.


Synopsis[edit]

$false

Parameters[edit]

None

Example[edit]

Echo to the active window a result that returns $false

//echo -a $isfile($mircexee)

Compatibility[edit]

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list