Question mark in variable names

As a heads up, it’s quite unlikely that ? will be allowed as part of variable names, since postfix ? is being claimed in Julia 1.0 as T? == Union{T, Null} (see this data ecosystem announcement). In anticipation of this, omitting whitespace between an expression and the ? in a ternary has been deprecated in 0.7.

5 Likes