able-script/examples/iotest.able
2022-03-01 22:17:01 +01:00

6 lines
48 B
Plaintext

var data;
loop {
data read;
data print;
}