diff --git a/info.md b/info.md new file mode 100644 index 0000000..b9b23dd --- /dev/null +++ b/info.md @@ -0,0 +1,5 @@ +# 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 \ No newline at end of file