pub const SEXPR_MARKER: &str = ";;";
The marker for the S-expression surface. ;; is the Lisp convention for a comment about the form beneath it, and ; stays an ordinary comment.
;;
;