Table of Contents

Class Stmt

Namespace
TabScript
Assembly
TableScript.dll

Statements that form programs

public abstract record Stmt : IEquatable<Stmt>
Inheritance
Stmt
Implements
Derived
Inherited Members

Constructors

Stmt(int)

Statements that form programs

protected Stmt(int line)

Parameters

line int

Properties

line

public int line { get; init; }

Property Value

int