ink icon indicating copy to clipboard operation
ink copied to clipboard

BUG: Ink compiler crash on defining a Const divert target

Open joningold opened this issue 2 years ago • 0 comments


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.)

joningold avatar Jun 10 '23 21:06 joningold