3 lines
86 B
Text
3 lines
86 B
Text
|
|
[s,i] = input["Dialog title", ["Enter a string", "Enter an integer"]]
|
||
|
|
i = parseInt[i]
|