We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa14b3 commit e947459Copy full SHA for e947459
docs/src/lectures/lecture_07/lab.md
@@ -66,7 +66,6 @@ end
66
67
We can remove this boilerplate code by creating a very simple macro that does this for us.
68
!!! warning "Exercise"
69
- ```
70
Define macro `@repeat` that takes two arguments, first one being the number of times a code is to be run and the other being the actual code.
71
```julia
72
julia> @repeat 3 println("Hello!")
0 commit comments