added maximum nested call limit

This commit is contained in:
cozis
2021-11-02 13:34:23 +00:00
parent 273adc90eb
commit acc8cbd75f
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -1,4 +1,9 @@
fun k(k)
return k();
k(k);
fun x(a, b, c)
print(a, b, c);