parrotcode: Read,concatenate and print | |
Contents | IMCC |
examples/pir/readline.pir - Read,concatenate and print
% ./parrot examples/pir/readline.pir
Reads from stdin
and concatenates to a buffer. When an empty line is received the buffer is printed and the program is terminated.
|