|
The fact that tables are "stored by reference" is just an implementation detail that makes the value semantics of tables practical to implement. This is similar to strings being internalized, which is also just an implementation detail that make their value semantics practical to implement.