package scope // Variable is a named value. type Variable struct { Value Name string }