Renderingla

@

Introduces an annotation for the following declaration or statement.

Aliases: annotation

Syntax: @ <name>

Category

metadata

Related

Examples

examples/corpus/directiva/directiva.fab (canonical · annotation)

Introduces an annotation for the following declaration or statement.

# directiva — +++ TOML frontmatter smoke
#
# GRAMMAR:
#   fabFile := frontmatter? program
#
# EXPECTED OUTPUT:
#   pong

functio ping() → textus {
    redde "pong"
}

incipit {
    nota ping()
}

Expected output:

pong