sc_lineFeed
Description
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.
Input / Parameter
N/A
Output
Description | Output Type |
---|---|
Returns the values passed, separated by lines between them. | Any |
Callback
N/A
Video
Coming Soon.
Example
The user wants to set line feed at the end of a string and start a new line.
Step
Call the function
console
. Call the functionconcat
inside thevalue
parameter of theconsole
function.Call the function
sc_lineFeed
inside thestring1
andstring3
parameters of theconcat
function. Fill in thestring2
andstring4
parameters with the sentences to print.
Result
Links
Last updated