Hi there

Does anyone know if there is a way to spread the text contents of a local macro across multiple lines?


Code:
local lines """First line" "Second line"""
disp "`lines'"
The desired result is to display:

First line
Second line