On Sat, Apr 22 2023, philburk wrote:
> I could add this. Is there a standard Forth way of doing this?
> How about this?
>
> (((
> This is a
> multi
> line comment in pForth!
> )))
I think the standard way is a single paren, at least for Forths that
support the file word set. See
https://forth-standard.org/standard/file/p.
Helmut