Category:Token Identifiers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Definition == | |||
Tokens are strings of characters that are separated by a certain character. | |||
Example: In a line like ''This is just a little line'' each word represents a token if you separate them with a space. The space in this case is called the 'delimiter'. | |||
'''Note''' that token strings can be anything, and you could delimiter them with every character that exist (but only '''one''' character). | |||
== Appearance in mIRC == | |||
You will see tokens in three categories: | |||
*[[:Category:Events|Events]] ([[$1-]], [[$0]], etc.) | |||
*[[Tokenize|/tokenize]] | |||
*Token Identifiers | |||
[[Category:Identifiers]] | [[Category:Identifiers]] |
Revision as of 18:19, 28 November 2005
Definition
Tokens are strings of characters that are separated by a certain character.
Example: In a line like This is just a little line each word represents a token if you separate them with a space. The space in this case is called the 'delimiter'.
Note that token strings can be anything, and you could delimiter them with every character that exist (but only one character).
Appearance in mIRC
You will see tokens in three categories:
Pages in category "Token Identifiers"
The following 22 pages are in this category, out of 22 total.