PublicShow sourceattvar.pl

Source put_attr(+Var, :Value) is det
Put an attribute on the current module. This is the same as put_attr(Var, Module, Value), where Module is the calling context.
Source get_attr(:Var, -Value) is det
Get the attribute on the current module.