| x-on | Index Level | ? |
| Syntax |
<return>
<linefeed> <ctrl>+m <enter> |
| Category | Editor |
| Type | Command |
| Description | advance the line pointer to the next line and displays the line if in command mode. If in insert mode and at a blank line, it returns to command mode. |
| Options | |
| See Also | n editor l ? |
| Example |
013 crt " enter response " :
.<return> 014 input response 015+print "hello" 016+<return> . |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| x-on | Index Level | ? |