read_stdin [function]

read_stdin( bool all = false )

reads from the standard input

print "Name: "; name = read_stdin(); // waits for user input
process( read_stdin(true) ); // loads all piped input