diff options
Diffstat (limited to 'src/content/chapter2_flow_control/lesson08_pattern_aliases/text.html')
-rw-r--r-- | src/content/chapter2_flow_control/lesson08_pattern_aliases/text.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/content/chapter2_flow_control/lesson08_pattern_aliases/text.html b/src/content/chapter2_flow_control/lesson08_pattern_aliases/text.html deleted file mode 100644 index b737eb8..0000000 --- a/src/content/chapter2_flow_control/lesson08_pattern_aliases/text.html +++ /dev/null @@ -1,7 +0,0 @@ -<p> - The <code>as</code> operator can be used to assign sub patterns to variables. -</p> -<p> - The pattern <code>[_, ..] as it</code> will match any non-empty list and - assign that list to the variable <code>it</code>. -</p> |