ablescript/able-script-test/iotest.able
Alex Bethel a2d240f471 Format .able test files
Unified mixed 2-space and 4-space indentation into uniform 3-space
indentation.
2021-08-09 14:41:02 -06:00

6 lines
48 B
Plaintext

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