The STDIN stream in Julia refers to standard input. This can represent either user input, for interactive command-line programs, or input from a file or pipeline that has been redirected into the program.
The readline function, when not provided any arguments, will read data from STDIN until a newl...