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

m (bot: correcting title)
m
Line 1: Line 1:
{{mirc title|$true Identifier}}'''$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>
  
Line 23: Line 27:
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|true]]

Revision as of 17:19, 22 September 2017

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


Synopsis

$true

Parameters

None

Properties

None

Example

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

//echo -a $isfile($mircexe)

Compatibility

Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

[Expand]
v · d · e mIRC identifier list