From eaabd218b87488a1a814dd836789d29c0f0457d0 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 1 Feb 2015 13:09:09 -0500 Subject: [PATCH] tweak week1 --- topics/week1.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/week1.mdwn b/topics/week1.mdwn index ee5478c2..01aac885 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -640,3 +640,5 @@ We've also talked about a variety of **expressions** in our language, that evalu The special syntaxes `[10, 20, 30]` are just shorthand for the more offical syntax using `&` and `[]`, and likewise for `{10, 20, 30}`. The `if ... then ... else ...` syntax is just shorthand for a `case`-construction using the literal patterns `'true` and `'false`. +We also talked about **patterns**. These aren't themselves expressions, but form part of some larger expressions. + -- 2.11.0