StartBlock constructor
const
StartBlock(
- StartCurlyBracket first,
- BlockType second,
- ListOfWhiteSpace third,
- StartBlockArgumentable fourth,
- EndCurlyBracket fifth,
ex: {#for x in a} {#true x == a} {#false x == y} {#protect x} {#track x} ...etc
Implementation
const StartBlock(this.first, this.second, this.third, this.fourth, this.fifth);