Weave.jl/test/documents/tangle/chunk_options.jl.ref

38 lines
335 B
Plaintext
Raw Normal View History

2016-12-13 21:18:54 +01:00
y= [2, 5, 12]
x = 1:10
d = Dict("Weave" => "testing")
y = [2, 4 ,8]
2016-12-13 21:18:54 +01:00
x = [12, 10]
println(y)
println(x)
2016-12-13 21:18:54 +01:00
println("Results without code")
println(x)
2016-12-13 21:18:54 +01:00
y = 1:5
println(y)
2016-12-13 21:18:54 +01:00
a = "Don't print me"
println(a)
2016-12-13 21:18:54 +01:00
println("No markup for results.")
2016-12-13 21:18:54 +01:00
println(collect(0:10:1000))
2016-12-13 21:18:54 +01:00
println(collect(0:10:1000))
2016-12-13 21:18:54 +01:00
println(collect(0:10:1000))