Renderingla

mone

Writes a warning message.

Syntax: mone <expression>

Category

output

Related

Examples

examples/corpus/mone/mone.fab (canonical · keyword)

Writes a warning message.

# mone diagnostic output
#
# mone <expr>  -- emit a warning-style diagnostic (distinct from nota/vide)
#
# GRAMMAR:
#   outputStmt :← 'mone' expr
#
# EXPECTED OUTPUT:
#   mone-style warning diagnostic (single mone call).

incipit {
    mone "cave"
}

Expected output: