2020-05-13 02:31:37 -07:00

176 B

Limitations of the compiler

You cannot use nested foreaches it will cause an infinite loop

You cannot use continues in foreaches or for loops it will cause an infinite loop