pub fn collect_indentation(s: String) -> #(String, String)
Collects indentation. The left side is the indentation, and the right side is the remainder of the string.
pub fn heredoc(s: String) -> String