Similar to #
, but more complete in that it handles brackets, commas, and more. Note that the brackets it handles must be matched. It is also different to #
in other ways - quotes are converted to `
, concatenation is not allowed, and te output is enclosed in "
s:
Input | Output |
---|---|
#A "B" |
"AB" |
STRINGISE__(A)"B" |
<invalid> |
STRINGISE__(A "B") |
"A`B`" |
For general YSI information, see the following links:
- Quick Start - One very simple example of getting started with this library.
- Features - More features and examples.
- FAQs - Frequently Asked Questions, including errors and solutions.
- API - Full list of all functions and their meaning.
- Internal - Internal developer documentation for the system.
These are links to external documentation and tutorials; both first- and third-party. Note that these may be incomplete, obsolete, or otherwise inaccurate.