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
e3d49c9c1f
able-script
/
examples
/
iotest.able
6 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Changed variable declaration / assignment and equals syntax: - `dim <ident> [value];` is now used for declaration - `<value> =: <assignable>` is used for assignments - As token `=` doesn't cause any ambiguity now, it can be used for equals operation
2022-04-18 13:34:08 -05:00
dim data;
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
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