diff --git a/2019/README.md b/2019/README.md index e85c215..1167572 100644 --- a/2019/README.md +++ b/2019/README.md @@ -20,6 +20,8 @@ * Also the fancier `for` iterators, like `for/first` and `for/or`. +* `let/ec` is a way of jumping out of a deeply nested computation, akin to how `return` works in other languages. + ## My solutions