Comments

Similar to jq, comments starting with # are doc-comments.

# doc-comment
let value = add(2, 3);