Updated README.md syntax examples

This commit is contained in:
2024-12-10 17:10:05 +11:00
parent 5f75b5f1a3
commit 476a79b746
4 changed files with 91 additions and 37 deletions

View File

@@ -8,5 +8,5 @@ var b = [];
print b;
//deep
assert [[1, 2, 3],[4,99,6],[7,8,9]], "2-D array failed";
//TODO: prevent circular references