pub enum SingleStatement {
Call(Call),
Wait(Wait),
Assert(Assert),
AssertEq(AssertEq),
Command(Command),
Let(Let),
Print(Print),
Set(Set),
Return,
}Expand description
reserved controls
pub enum SingleStatement {
Call(Call),
Wait(Wait),
Assert(Assert),
AssertEq(AssertEq),
Command(Command),
Let(Let),
Print(Print),
Set(Set),
Return,
}reserved controls