All Functions

nl - new line character

Prints a new line (<
> or \ r \ n) character to the output

Usage(s)

nl () Returns a new line character

Parameter(s)

This function has no parameters

Example(s)

Creating random business card details

--Pattern--
fname() lname()nl()E-mail:tab()email()nl()Tel:tab()+00int(2) / int(3).int(2).int(2)nl()ucfirst(string(2,8))list(straat,street, strasse, road, avenue), country()

-- Output --
Sina Wagner
E-mail: qupisi@gokibu.com
Tel: +0084 / 425.25.31
Nasyny avenue, Montenegro

See also

tab - tab character ; - Separator character