summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
Diffstat (limited to 'av.h')
-rw-r--r--av.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/av.h b/av.h
index 5231c4d4ce..8b0e6563cb 100644
--- a/av.h
+++ b/av.h
@@ -83,6 +83,8 @@ Same as C<av_len()>. Deprecated, use C<av_len()> instead.
Creates a new AV. The reference count is set to 1.
+Perl equivalent: C<my @array;>.
+
=cut
*/