# Return

> Return key.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Return = 13
```

### Remarks

The key used to accept a line of text. macOS calls this `Return`.  A PC calls this `Enter`.  There is no /KeyCode.Enter/. On a PC use [KeyCode.Return](/engine/6000.7/script-reference/unityengine/keycode/return.md). Some laptops have no name on the `Return` or `Enter` key.
