Distinguishing macros of the same name

Both JuMP and Julia Symbolics define @variables macro. How can I distinguish them? For example jump.@variables?

You can always be explicit and distinguish between them by using JuMP.@variables and Symbolics.@variables.

2 Likes