debbuging failure to read from builtin map

This commit is contained in:
Francesco Cozzuto
2021-11-03 15:22:59 +01:00
parent d4e9eb23d3
commit 0157d28f67
16 changed files with 266 additions and 29 deletions
+7
View File
@@ -0,0 +1,7 @@
l = [1, 2, 3];
print(count);
print(count(l));
print(l, '\n');