Operators.Continue Field
Keyword used to break current loop iteration and continue starting from the next loop step.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public const string Continue = "continue"
Public Const Continue As String = "continue"
public:
literal String^ Continue = "continue"
static val mutable Continue: string
Field Value
String