inputs
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
inputs
Section titled “inputs”Alias section for accepts (input fields)
Children
Section titled “Children”Translations
Section titled “Translations”- en: inputs
- de: Eingaben
- es: entradas
- fr: entrées / entrees
- 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"}