7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
start:
|
|
do button = Component.Button("my_button")
|
|
|
|
say Component.Question("my_question", [button])
|
|
|
|
goto end
|