User/Console Input (read, readline, input)

,
import REPL
using REPL.TerminalMenus
menu = RadioMenu(["Yes", "No"]);
choice = request("Say Yes or No. Select via up and down keys:", menu);
@info(string("selection: ", choice))

If I restart Julia and execute via include("question.jl") it works, but if I start the
code via the command Execute active file in REPL inside VScode it shows a strange behavior.
(OS Linux, VScode). Nonetheless, thanks for your answer!

1 Like