http://qs1969.pair.com?node_id=11124201


in reply to Re^7: Pointers and References
in thread Pointers and References

That's because 1,2,3 are literals which are read only. Use variables (sic) and you can change them in the loop. ;)

It took me a few times to understand this line based on the examples given further below but now this makes sense!