ink
ink copied to clipboard
BUG: Ink compiler crash on defining a Const divert target
CONST a = -> abc
-> DONE
=== function abc(x)
{x}
Changing the first line to VAR makes the code compiler fine. (Note: I thought this worked, but even if it doesn't it shouldn't crash the compiler.)