¶ (variable)
Contains the newline sequence.
By default, ¶ = chr(13) ~ chr(10)
.
Examples
MessageBox("Welcome!" ~ ¶ ~ ¶ ~ "Good to see you!")
OK
Contains the newline sequence.
By default, ¶ = chr(13) ~ chr(10)
.
MessageBox("Welcome!" ~ ¶ ~ ¶ ~ "Good to see you!")
OK