> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/specialcharacter/sc_linefeed.md).

# 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.

   ![](/files/ktObXU0EVgxvvIfb7PDP)
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.

   ![](/files/57ufNdtn2vnVgfpzCUxY)

   ![](/files/555IZvIOxsiKoIckzRdR)

### Result

![](/files/sU8BVtWIzB02UKG8IsUG)

## Links
