This website requires JavaScript.
Explore
Help
Sign In
AbleScript
/
ablescript
Watch
4
Star
4
Fork
You've already forked ablescript
1
Code
Issues
Pull requests
Projects
Releases
7
Wiki
Activity
b76e890fb7
ablescript
/
examples
/
hello-world.able
3 lines
34 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 hello /*world*/;
added base 55
2021-04-11 11:47:35 -05:00
hello print;
Reference in a new issue
Copy permalink