Skip to content

Commit

Permalink
Merge pull request #2 from DawnMagnet/doc-update
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
DawnMagnet authored Mar 29, 2024
2 parents 6457500 + 21810b8 commit 874fda5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions course7/lec7_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,14 @@ fn init {

# Loops

- When we enter the loop,
- We check if the condition for continuing the loop is met.
- Execute commands.
- Iterate the variable.
- Repeat the above process.
- For example:
When we enter the loop,

- We check if the condition for continuing the loop is met.
- Execute commands.
- Iterate the variable.
- Repeat the above process.

For example:

```moonbit
fn init {
Expand Down

0 comments on commit 874fda5

Please sign in to comment.