JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

[FR] is it possible to use for loops #434

Open PharmCat opened 3 years ago

PharmCat commented 3 years ago

is it possible to create dynamic content like this in *.jl script:

for i in 1:10
#' Some content
# some code
end