0

I have a string that contains the name of a class variable that I know exists for class A. I need to get the value of this variable (i.e. dereferencing), how do I do it?

Facundo Casco
  • 10,065
  • 8
  • 42
  • 63
Guy
  • 1

1 Answers1

1
(A bindingOf: #VariableName) value
Lukas Renggli
  • 8,754
  • 23
  • 46