Skip to content

Commit

Permalink
Pick up autogenerated doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 10, 2022
1 parent 95a017a commit edb7e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ In addition to the basic conditional statements `cond`, `if`,
`if-not`, `when`, and `when-not`, flow of control is generally
implemented via recursion, as it is in Scheme, and inspection of its
core library
[`l1.l1`](https://github.com/eigenhombre/l1/blob/master/l1.l1) will
[`l1.l1`](https://github.com/eigenhombre/l1/blob/master/lisp/l1.l1) will
show several examples of recursive functions being used as the primary
recurrence method. A few other control flow methods are also
available: [`while`](#while), which loops so long as a condition is
Expand Down

0 comments on commit edb7e0a

Please sign in to comment.