JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

stdin

core-api


    core/file
    src/core/io.c on line 837, 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