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
lineint
Properties
line
public int line { get; init; }