parrotcode: Read,concatenate and print | |
Contents | Examples |
examples/assembly/slurp.pasm - Read,concatenate and print
% ./parrot examples/assembly/slurp.pasm
Reads from stdin
and concatenates to a buffer. When an empty line is received the buffer is printed.
|