1

In python, it's said that variables are not like those in C, but are really names that are bound to objects. See, for example, "Understanding python's name binding", "Why should I refer to 'names' and 'binding' in Python instead of 'variables' and 'assignment'?", and "Facts and myths about Python names and values"

At a broad level, is this also true of Ruby?

Community
  • 1
  • 1
user1071847
  • 633
  • 9
  • 20

1 Answers1

3

Yes     

NoDataDumpNoContribution
  • 10,591
  • 9
  • 64
  • 104
Wand Maker
  • 18,476
  • 8
  • 53
  • 87