Re: Hash mark prefix to a string

2022-05-28 Thread Chris Angelico
On Sun, 29 May 2022 at 10:21, Duke Normandin wrote: > > I asked this question on the Pike channel on libera.chat but nobody > is lurking at the moment. :) > > what does the # mean herein the following? > > [code] > str = > #"This is a multiline string > terminated by a double-quote like any other

Hash mark prefix to a string

2022-05-28 Thread Duke Normandin
I asked this question on the Pike channel on libera.chat but nobody is lurking at the moment. :) what does the # mean herein the following? [code] str = #"This is a multiline string terminated by a double-quote like any other string"; [/code] I've searched all the available docs that I can find,