Function, constants, globals

In this case, you could just do:

function test()
    @eval const x = 1
end
2 Likes