Code: Select all
if 1
{
if 1
a := 1
else
a := 2
else ; should throw error, but instead freezes with 10% CPU!
return
}
Post by neogna2 » 09 Dec 2024, 14:22
Code: Select all
if 1
{
if 1
a := 1
else
a := 2
else ; should throw error, but instead freezes with 10% CPU!
return
}