Create info.md

This commit is contained in:
JezuzLizard 2020-05-13 02:31:37 -07:00
parent 62dfea4215
commit a2b6fb9683

5
info.md Normal file
View File

@ -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