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

m (Bot: Fixing links)
m (Compatibility: This was added in 4.5)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''$true''' is returned during any statement that is either written for it to return a value of '''$true''', or performing a comparison operation where the outcome is ''$true''.
+
{{mirc title|$true identifier}}'''$true''' is the result of a successful comparison operation and various other identifiers.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 5: Line 6:
  
 
== Parameters ==
 
== Parameters ==
 +
None
 +
 +
== Properties ==
 
None
 
None
  
 
== Example ==
 
== Example ==
'''Echo to the active window a result that returns ''$true'''''
+
Echo to the active window a result that returns $true:
 
<source lang="mIRC">//echo -a $isfile($mircexe)</source>
 
<source lang="mIRC">//echo -a $isfile($mircexe)</source>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v2.1a
+
{{mIRC compatibility|4.5}}
 
 
Added On: 28/02/95
 
  
 
== See Also ==
 
== See Also ==
Line 25: Line 27:
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|true]]

Latest revision as of 18:05, 20 February 2024

$true is the result of a successful comparison operation and various other identifiers.


Synopsis[edit]

$true

Parameters[edit]

None

Properties[edit]

None

Example[edit]

Echo to the active window a result that returns $true:

//echo -a $isfile($mircexe)

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