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

(Created $true identifier - mIRC)
 
m
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.
+
'''$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''.
  
 
== Synopsis ==
 
== Synopsis ==

Revision as of 00:33, 24 June 2014

$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.

Synopsis

$true

Parameters

None

Example

Echo to the active window a result that returns $true

//echo -a $isfile($mircexe)

Compatibility

Added: mIRC v2.1a

Added On: 28/02/95

See Also