The line continuation operator ~ is the deletion operator placed at the very end of a line of code. This in effect "deletes" the newline, which is the line terminator for statements in Vikari. This allows a line of code to be continued to the next line. This enables long lines to be written across multiple lines.
The following demonstrates various ways a statement can be split using the line continuation operator.