%nl() Function
%nl() function returns a new line character
Syntax:
%nl()
Example:
%echo('City Name:' + nl() + 'ISTANBUL')
Result:
City Name:
ISTANBUL