This website requires JavaScript.
Explore
Help
Sign In
AlexBethel
/
drim
Watch
1
Star
0
Fork
You've already forked drim
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
12446bf85e
drim
/
axc
/
foo.axs
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement tuples, remove unary operators Removed unary `-` in favor of a special function called `~` because I'm lazy and will probably do it the other way later
2022-08-08 21:33:24 -05:00
// AlexScript
def double x = x * 2;
def tuple = (atan2 x y + z, thing);
def negatives = 2 + ~3;
Reference in a new issue
Copy permalink