Request: to be able to use return symbol in addition to \n as custom delimiter

@peternlewis Fairly recently the ability to use \n as a custom delimiter was introduced into Keyboard Maestro. This is great as it allows multi-line variables to be treated like arrays with access to each of the lines with something like for example, Local_Lines[2]\n to access the second line.

Would it be possible to have the return symbol
image
as an additional option to using \n ?

image
is already is allowed at the front of Macro names to make selecting those Macros by hitting the return key in a Conflict Palette so, Keyboard Maestro is already using the symbol.
image

It is a small detail but I think it would make the multi-line custom delimiter easier to spot in code. I have a few times typed in something like:


expecting it to work and then remembered that it won't.

Noted, but probably not.

That would work using the symbol as it literally is as a separator.

Yes, I thought that might be the problem. \n works which is great.