This website requires JavaScript.
Explore
Help
Sign In
wackbyte
/
able-script
Watch
1
Star
0
Fork
You've already forked able-script
0
forked from
AbleScript/ablescript
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
7dfdb35685
able-script
/
examples
/
iotest.able
6 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement `read` semantics in interpreter Also added a test file `iotest.able` to just read data and print it (the `cat` of AbleScript I guess).
2021-06-18 16:05:50 -05:00
var data;
loop {
Format `.able` test files Unified mixed 2-space and 4-space indentation into uniform 3-space indentation.
2021-08-09 15:41:02 -05:00
data read;
data print;
Implement `read` semantics in interpreter Also added a test file `iotest.able` to just read data and print it (the `cat` of AbleScript I guess).
2021-06-18 16:05:50 -05:00
}
Reference in a new issue
Copy permalink