Skip to content

Commit 7fbbf74

Browse files
authored
Update control-flow.md
1 parent 1108a40 commit 7fbbf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Evaluates the expressions in order and returns the value of the last expression.
174174

175175
# Dofor
176176

177-
```
177+
```phel
178178
(dofor [x :in [1 2 3]] (print x)) # Prints 1, 2, 3 and returns nil
179179
(dofor [x :in [2 3 4 5] :when (even? x)] (print x)) # Prints 1, 2 and returns nil
180180
```

0 commit comments

Comments
 (0)