summaryrefslogtreecommitdiff
path: root/test.fy
diff options
context:
space:
mode:
Diffstat (limited to 'test.fy')
-rw-r--r--test.fy3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.fy b/test.fy
index cf34f24..ca3b930 100644
--- a/test.fy
+++ b/test.fy
@@ -16,3 +16,6 @@ assert 5 == say len foo;
# Print the last index of the array
assert 4 == say ind foo;
+
+# Print the 3rd element of the array
+say foo[3];