box-comment-out-selection in scheme:text<%>
This method comments out a selection in the text by putting it into a comment box.
(-> voidsenda-scheme:textbox-comment-out-selectionstart-posend-pos)
start-pos=: (union 'start exact-integer)'start
end-pos=: (union 'end exact-integer)'endRemoves the region from
start-postoend-posfrom the editor and inserts a comment box with that region of text inserted into the box.If
start-posis'start, the starting point of the selection is used. Ifend-posis'end, the ending point of the selection is used.