ignore

@ignoreDirective

A block comment. The body is discarded before parsing — for drafts, notes to self, or content taken out of circulation without deleting it. Braces inside still need to balance; it takes no attributes and no implicit value.

Writing with it:Source style

#Allowed content

Body { }Anything — the body is discarded unparsed

#Examples

@ignore{
    scene{
        # A draft scene, kept but not compiled
    }
}