AloneBlock constructor

const AloneBlock(
  1. StartParenthesis first,
  2. BlockTypeKeyword second,
  3. SpaceCollection third,
  4. AloneBlockArgumentable fourth,
  5. 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);