Comment.Separate constructor

Comment.Separate([
  1. int length = 48
])

Separates parts of your code

Implementation

Comment.Separate([int length = 48]) : _text = _separate(length);