Skip to content

Commit c3d66e9

Browse files
committed
Add introductory paragraph
1 parent b004ef0 commit c3d66e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/containers.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
=SUBTITLE A low-level explanation of Perl 6 containers
66
7+
This section explains the levels of indirection involved in dealing with variables and container elements. The difference types of containers used in Perl 6 are explained and the actions applicable to them like assigning, binding and flattening. More advanced topics like self-referencial data, type contraints and custom containers are discussed at the end.
8+
79
=head1 What is a variable?
810
911
Some people like to say "everything is an object", but in fact a variable is

0 commit comments

Comments
 (0)