Open
Description
Describe the bug:
Variables starting with a numeric component can't be assigned in an expression like other variables (but can be using set
.)
I'm not sure if this is a bug or just a language decision but thought I'd raise it for discussion anyway.
Expected behaviour:
Being able to assign variables starting with a numeric component in the same way as any other variable.
Platform (please complete the following information):
- OS, output from
uname -a
if supported: 6.9.7-arch1-1 - Terminal Emulator: kitty 0.35.2
- Murex version, output from
version --no-app-name
: 6.1.8300
Additional context
N/A