-
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
mirc/identifiers/$crlf
< mirc | identifiers
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.