Reads one line of input.
Syntax: lege lineam
Category
io
Related
Examples
examples/corpus/lineam/lineam.fab (canonical · keyword)
Reads one line of input.
# lineam — line-oriented lege read
#
# GRAMMAR:
# readMode :← 'lege' 'lineam'
#
# EXPECTED OUTPUT:
# Scalar stdout smoke (see body).
#
# BACKEND:
# Rust/Go/roundtrip whitelist like lege/lege.fab.
#
incipit {
nota "lineam exemplum — stdin read deferred in harness"
}Expected output:
lineam exemplum — stdin read deferred in harness