Headers are things like var, func and so on? And leading comments are #-comments right before the header with no lines between them, right?
#leading comment
var example = {
}
#not a leading comment
var example2 = {
}So when I use RemoveFrom and AddTo on usual header, the first line (0) is the next one after header, and with leading comment 0 line is the header itself?