On Mon Mar 11 04:20:14 2024 +0000, Zebediah Figura wrote:
Oh, you're right, that does work. So it's the other way around—that should probably be NEW_IDENTIFIER, not var_identifier. Unless you can use 'precise' as a modifier after you've declared it as a variable name?
Yes, you can do that. That might be on purpose, for compatibility with existing sources, if this modifier was added in later versions. I'll add some more tests.