WIL defines a few string constants that are handy for formatting and processing text data. These start with the @-sign, and are case-insensitive.
@CRLF 0x13,0x10 cr,lf
@CR 0x13, cr
@LF 0x10, lf
@TAB 0x09 tab
|
§ Predefined Floating Point Constants
§ Step by step guide to learning WIL § Notes
|