From WikiChip
Editing mirc/identifiers/$

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 15: Line 15:
  
  
$() itself is a valid identifier which works much like {{mIRC|$eval}}
+
$() itself is an valid identifier working just like {{mIRC|$eval}}
  
 
==Examples As Operation==
 
==Examples As Operation==
The ''$'' can also precede some characters and words in order to perform a specific operation, such as concatenating characters, or groups of characters together. Below are a few examples:
+
The ''$'' can also precede some characters and words in order to perform a specific operation, such as concatenating characters, or groups of characters, together. Below are a few examples:
  
 
<syntaxhighlight lang="mIRC">
 
<syntaxhighlight lang="mIRC">
Line 26: Line 26:
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
: ''This will join the two variables, resulting in the output: "Join me with this" being echoed to the active window.''
+
: ''This will join the two variables, resulting in the output: "Join me with this" being displayed to the active window in an echo.''
  
 
<syntaxhighlight lang="mIRC">
 
<syntaxhighlight lang="mIRC">
Line 33: Line 33:
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
: ''This will multiply "33" & "77", then output the result to the active window.''
+
: ''This will multiply "33" & "77" and output the results to the active screen.''
  
  

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)