Algosim documentation: ¶

¶ (variable)

Contains the newline sequence.

By default, ¶ = chr(13) ~ chr(10).

Examples

MessageBox("Welcome!" ~ ¶ ~ ¶ ~ "Good to see you!")
OK