forked from AbleScript/ablescript
6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
var data;
|
|
loop {
|
|
data read;
|
|
data print;
|
|
}
|