JanetDocsPlaygroundI'm feeling luckyGitHub sign in

stdin



    core/file
    src/core/io.c on line 783, column 1

    The standard input file.


1 exampleSign in to add an example
Loading...
# Interactively read a line from STDIN
(file/read stdin :line)

# Type abcd and then press ENTER
abcd

# Returns:
@"abcd\n"
semperosPlayground