invalid else else freezes script instead of throwing error

Report problems with documented functionality
neogna2
Posts: 633
Joined: 15 Sep 2016, 15:44

invalid else else freezes script instead of throwing error

Post by neogna2 » 09 Dec 2024, 14:22

Is this an already reported bug? (If yes feel free to delete this post.) Happening in v2.0.18 and v2.1-alpha.14 in Windows 10.

Code: Select all

if 1
{
    if 1
        a := 1
    else
        a := 2
    else ; should throw error, but instead freezes with 10% CPU!
        return
}

Return to “Bug Reports”