outputs
Esta página aún no está disponible en tu idioma.
outputs
Alias section for responds with (output fields)
Translations
- es: salidas
- fr: sorties
- en: outputs
- de: Ausgaben
- ja: 出力
- zh: 输出
- ko: 출력
Example — The alias form
inputs and outputs mean the same as accepts and responds with — an accepted alternative spelling of the same sections.
machine alias_form inputs text as text outputs result as text implements compute go {result: input.text}