next
Command Function
Executes the current line and jumps to the next line of code (without entering the function).
Syntax
next/n [-h | --help]
The next command can be abbreviated as n.
Example
Display the information about next functions:
1 | next -h
|
Command output:
OVERVIEW
Run this command to execute the current line and jumps to the next line of code (without entering the function).
USAGE
next/n
[-h | --help]
OPTIONS
-h, --help
Get help information.
EXAMPLE
# Executes the current line and jumps to the next line of code (without entering the function).
next
Parent topic: Debugging Operation Commands