AloneBlock constructor
const
AloneBlock(
- StartParenthesis first,
- BlockTypeKeyword second,
- SpaceCollection third,
- AloneBlockArgumentable fourth,
- EndParenthesis fifth,
ex: (for a in textArray) (for a in object.textArray) (for a in objectArray) (true a) (true a == b) (false a) (false a == b)
Implementation
const AloneBlock(this.first, this.second, this.third, this.fourth, this.fifth);