julia> @? meca
┌ Error: Failed to revise C:\Users\joaqu\.julia\dev\GMT\src\common_options.jl
│ exception =
│ LoadError: "invalid identifier name \"?\""
But we have the broadcast macro @.
(which I can’t find the definition) and if I try to create another @.
I get the same error
LoadError: "invalid identifier name \".\""
So with some trickery it seems to be possible. How?
Thanks