forked from AbleScript/ablescript
Alex Bethel
0bec0a5a17
Unified mixed 2-space and 4-space indentation into uniform 3-space indentation.
6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
var data;
|
|
loop {
|
|
data read;
|
|
data print;
|
|
}
|