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