cr

Inserts a carriage return character.

Syntax

cr()

Example

Templex Expression Result
{a = {50, 100} 50 100
a;b 50
a;cr();b;cr();} 100