Skip to content

Commit 7edf743

Browse files
committed
[Parcel] Add 1-element Parcel example.
1 parent ddc9f0c commit 7edf743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Parcel.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ C<()>, it is really the comma that create a Parcel.
1111
() # empty Parcel
1212
(1 + 2) # not a Parcel
1313
(1, 2) # Parcel with two elements
14+
(1,) # Parcel with one element
1415
1516
Parcels are immutable, but can contain mutable containers.
1617

0 commit comments

Comments
 (0)