
get_attr(-Var, +Name, -Value)

   Retrieve a dynamic attribute

Arguments
   Var                 variable
   Name                attribute name (atom)
   Value               attribute value

Type
   library(dynamic_attributes)

Modes and Determinism
   get_attr(-, +, -) is semidet


