@nl() Function

Top  Previous  Next

@nl() function returns a new line character

Syntax:

@nl()

 

Example:

@echo('City Name:' + nl() + 'ISTANBUL')

 

Result:

City Name:

ISTANBUL