Julia Programming Language
User/Console Input (read, readline, input)
General Usage
repl
,
io
rafael.guerra
August 24, 2022, 11:28pm
21
For the Y/N choice, I like this one too:
str = Base.prompt("[Y] / N ? ") in ("","y","Y") ? "Y" : "N"
5 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Getting user input like with Java's Scanner
New to Julia
input-output
12
1588
February 21, 2020
Using VSCode and Julia Plugin, User Input Doesn't Seem To Work
General Usage
question
,
vscode
2
889
June 15, 2021
VSCode errors with user input readline()
New to Julia
question
,
vscode
,
input-output
5
2943
May 20, 2024
Enter key does not work
New to Julia
question
,
juno
4
1259
August 27, 2017
User's input
General Usage
repl
,
io
5
1985
December 4, 2019