julia> x = 10 10 julia> 2x 20 julia> 2 x ERROR: syntax: extra token "x" after end of expression
Not the most useful of features, but it does explain why * is the concat operator.