outputs
이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.
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}