typed inbound sermo stream view
Syntax:
Category
endpoint
Related
Examples
examples/corpus/ad/sermo-tuus.fab (canonical · method)
typed inbound sermo stream view
# sermo.tuus<T>() — typed inbound frame stream
incipit {
fixum sermo s ← ad 'runtime:echo' ("salve")
itera ex s.tuus<textus>().cursor() fixum frame {
adfirma frame.data ≡ "salve"
}
}Expected output: