File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ The sigil serves as a variable indicator and type constraint.
14
14
15
15
= begin table
16
16
17
- Sigil Type constraint Default type Assignment Examples
18
- ===== =============== ============ ========== ========
19
- $ Mu (no type constraint) Any item Int, Str, Array, Hash
20
- @ Positional Array list List, Array, Range, Buf
21
- % Associative Hash list Hash, Map, Pair
22
- & Callable Callable item Sub, Method, Block, Routine
17
+ Sigil Type constraint Default type Assignment Examples
18
+ ===== =============== ============ ========== ========
19
+ $ Mu (no type constraint) Any item Int, Str, Array, Hash
20
+ @ Positional Array list List, Array, Range, Buf
21
+ % Associative Hash list Hash, Map, Pair
22
+ & Callable Callable item Sub, Method, Block, Routine
23
23
24
24
= end table
25
25
You can’t perform that action at this time.
0 commit comments