outputs
此内容尚不支持你的语言。
outputs
Section titled “outputs”Alias section for responds with (output fields)
Children
Section titled “Children”Translations
Section titled “Translations”- en: outputs
- de: Ausgaben
- es: salidas
- fr: sorties
- ja: 出力
- ko: 출력
- zh: 输出
Example — The alias form
Section titled “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 behaves compute go {result: input.text} verifies test "echoes through the alias sections" given {text: "hello"} expect {result: "hello"}