#7433
blades018
Member

we are not on the same page. what i mean is that there should not be a plus/minus on commented lines.

if you throw this code in the editor, it should all make sense

// ##############
begin // there is a minus here, which is correct

// begin (there is a minus here, but there shouldn’t be. it is the result of the following line of code)
// begin

end
// ##############