sc_lineFeed
Last updated
Last updated
This function is used to signify the end of a line of text and the start of a new one. The behaviour of this function is the same as pressing the 'Enter' key. It can be used along with the concat function to return words or sentences on separate lines.
N/A
Description | Output Type |
---|---|
N/A
Coming Soon.
The user wants to set line feed at the end of a string and start a new line.
Call the function console
. Call the function concat
inside the value
parameter of the console
function.
Call the function sc_lineFeed
inside the string1
and string3
parameters of the concat
function. Fill in the string2
and string4
parameters with the sentences to print.
Returns the values passed, separated by lines between them.
Any