Introduces an alias name.
Aliases: as
Syntax: <name> ut <alias>
Category
aliasing
Related
Examples
examples/corpus/ut/ut.fab (canonical · keyword)
Introduces an alias name.
# ut — alias introducer
#
# GRAMMAR:
# alias :← ident 'ut' ident
#
# EXPECTED OUTPUT:
# Scalar stdout smoke (see body).
#
# BACKEND:
# Cross-ref: destructura/, importa/, discerne/ (per-field ut).
#
functio greet(textus location ut loc) → textus {
redde loc
}
incipit {
nota greet("Roma")
}Expected output:
Roma