StartBlock constructor
const
StartBlock(
- StartCurlyBracket first,
- BlockType second,
- SpaceCollection third,
- StartBlockArgumentable fourth,
- EndCurlyBracket fifth,
ex: {#for a in b join c with d in e with f in g} {#true x == a} {#false flag} {#true object.flag} {#protect x} {#track x} ...etc
Implementation
const StartBlock(this.first, this.second, this.third, this.fourth, this.fifth);