We could have anonymous references like in Rust, such as: ```julia @ref ~lt x = 1 ``` This should create an owned variable without assigning it to anything, and then immediately create a reference to it.