input_string
Read a string input from the user
input_string(
[prompt]
)
Read a string input from the user
Syntaxe
var name = input_string("What is your name? ");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | - | - | Prompt message |
input_string(
[prompt]
)
Read a string input from the user
var name = input_string("What is your name? ");
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | - | - | Prompt message |