-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$crlf"
< mirc | identifiers
(Created page with "The '''$crlf''' is an mIRC identifier that returns a carriage return and line feed concatenated together. I.E. the $crlf identifier is behaviorally the same as: <source l...") |
|||
Line 7: | Line 7: | ||
== See also == | == See also == | ||
* [[list of identifiers - mIRC|List of identifiers]] | * [[list of identifiers - mIRC|List of identifiers]] | ||
+ | |||
+ | [[Category:mIRC identifiers]] |
Revision as of 01:38, 15 February 2014
The $crlf is an mIRC identifier that returns a carriage return and line feed concatenated together. I.E. the $crlf identifier is behaviorally the same as:
$cr $+ $lf
This identifier is typically used where inserting a new line is required such as when writing multiple lines at once using the /write command or when writing data onto a socket.