# 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

1. Call the function `console`. Call the function `concat` inside the `value` parameter of the `console` function.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-b88064c3fb7188a38cc9724d464f42113d8f472e%2Fsc_lineFeed-step-1.png?alt=media)
2. 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.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-5228cb64e3ef1cd3f2f70885d4ea70136155adb3%2Fsc_lineFeed-step-2.png?alt=media)

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-1ad43d1f0ca769b456fe7222882b3e346d071a20%2Fsc_lineFeed-step-3.png?alt=media)

### Result

![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-9ede0ca82ffb95736b2bef3e126afd6e53e036b0%2Fsc_lineFeed-result-1.png?alt=media)

## Links
