Weave.jl
Weave.jl copied to clipboard
[FR] is it possible to use for loops
is it possible to create dynamic content like this in *.jl script:
for i in 1:10
#' Some content
# some code
end