Aller au contenu
Developer Preview — APIs and language features may change before 1.0

inputs

Ce contenu n’est pas encore disponible dans votre langue.

inputs

Alias section for accepts (input fields)

Translations

  • es: entradas
  • fr: entréesentrees
  • en: inputs
  • de: Eingaben
  • 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}