File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ explicitly in the text.
33
33
=begin item
34
34
L<C<Containers>|/language/containers> - Variables, which are like the nouns of
35
35
a computer language, are containers in which information is stored. The first
36
- letter in the formal name of a container, such as the C<$> of C<$my-variable>, or
37
- C<@> of C<@an-array-of-things>, or C<%> of C<%the-scores-in-the-competition>, conveys
38
- information about the container. It should be noted, however, that you can store an
39
- L<C<Array>|/type/Array> in a C<$> container and treat it as a single object.
36
+ character in the name of a container, called a sigil, conveys information about
37
+ the container. For example, the C<$> of C<$my-variable>, or
38
+ C<@> of C<@an-array-of-things>, or C<%> of C<%scores-by-name>,
39
+
40
+ I<Note you can store an
41
+ L<C<Array>|/type/Array> in a C<$> container and treat it as a single object.>
40
42
=end item
41
43
42
44
=begin item
You can’t perform that action at this time.
0 commit comments