Hello,
I was wondering if someone would have a real production use case for reference/pointer feature ?
Quick reminder how it works (works for any object) :
<1> => a=3
null
<2> => b=&a
null
<3> => *b
3.000000
i do like this feature, but right now i cant find a use for it