diff options
Diffstat (limited to 'test.fy')
| -rw-r--r-- | test.fy | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]; |
