Hellow!
what is # = none: 4 = #, is it possible to create an expression without this?
or is bad idea to generate src-files based on expressions?
julia> ex = quote
x = 1
y = 2
x + y
end
quote
#= none:2 =#
x = 1
#= none:3 =#
y = 2
#= none:4 =#
x + y
end