Skip to content
Developer Preview — APIs and language features may change before 1.0

outputs

Alias section for responds with (output fields)

  • en: outputs
  • de: Ausgaben
  • es: salidas
  • fr: sorties
  • ja: 出力
  • ko: 출력
  • zh: 输出

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"}