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

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}