continuecmd

package
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package continuecmd implements the continue builtin command.

continue — resume the next iteration of a for, while, or until loop

Usage: continue [N]

Resume the next iteration of the innermost enclosing loop. If N is specified, resume the Nth enclosing loop.

Exit codes:

0  Iteration resumed successfully.
1  Not inside a loop, or invalid argument.

Index

Constants

This section is empty.

Variables

View Source
var Cmd = builtins.Command{
	Name:        "continue",
	Description: "continue a loop iteration",
	MakeFlags:   builtins.NoFlags(run),
}

Cmd is the continue builtin command descriptor.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL