text →
append-new-line() → text

Returns the argument value followed by a space character. If the argument is null, it returns the text specified as the parameter.

Parameters

This function has no parameters.

Examples

"Hello World" | append-new-line  "Hello World" | append-new-line

Kind: Function
Scope: text/concatenation
Aliases: text-to-append-new-line


This site uses Just the Docs, a documentation theme for Jekyll.