Vyxapedia

Character Page - Newline

Outside of literals, newlines function identically to spaces and do not carry any special meaning. However, they can make your code more readable. They can also be used to separate tokens like spaces; for example, 12 is the literal number twelve, but 1 2 is two literals, one and two.