Freezing IDE in if/elif blocks

This is now fixed. Feel free to create if/elif blocks as long as you like :slight_smile:

Just for general interest, our parser was accidentally O(n!) in the number of elifs. Honestly, Iā€™m impressed you made it to 12 before your browser gave up entirely! The parsing algorithm is now altogether less silly. Enjoy.

3 Likes