From a2b6fb9683066cd6ce57a760f7cf04d4bd74b91f Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Wed, 13 May 2020 02:31:37 -0700 Subject: [PATCH] Create info.md --- info.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 info.md 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