3.7. Long string embedding macro

The STRINGIFY module provides the %stringify~ reader macro for embedding multi-line string literals verbatim. Text between %stringify~ and %% is captured as-is without requiring escape sequences for quotes, braces, or other special characters.

All functions and symbols are in “stringify” module, use require to get access to it.

require daslib/stringify

3.7.1. Reader macros

stringify

This macro embeds a long string into the source code.