On Sat, Sep 28, 2024 at 15:03 Mark A. Stevens via <marXtevens=[email protected]> wrote:
If I quote a label, it fails.
That is a bug.? SIGNAL should accept either a symbol or a literal.
If I don't use quotes, it works, regardless of whether the label is lowercase, or uppercase.
That is correct.? Labels are not case-sensitive.? TRL2 even has this example:
signal bill;
...
Bill: say 'Hi!'
I have a "signal exit;" at line 23, but I get this, and can't figure out where the 'L0' is coming from, as that string is nowhere to be found in the code.
That qualifies as "weird".? I've never seen that happen in any Rexx version, including BREXX.? I have some Rexx programs that use SIGNAL extensively, and BREXX runs them just fine.