SEXPR_MARKER

Constant SEXPR_MARKER 

Source
pub const SEXPR_MARKER: &str = ";;";
Expand description

The marker for the S-expression surface. ;; is the Lisp convention for a comment about the form beneath it, and ; stays an ordinary comment.