https://docs.julialang.org/en/v1/manual/noteworthy-differences/
In Julia,
...is not used to continue lines of code. Instead, incomplete expressions automatically continue onto the next line.
So also all other incomplete expression will work
x = 1+
2