컨텐츠로 건너뛰기
Developer Preview — APIs and language features may change before 1.0

inputs

이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.

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}