This website requires JavaScript.
Explore
Help
Register
Sign In
teascade
/
Reid
Watch
1
Star
0
Fork
0
You've already forked Reid
Code
Issues
Pull Requests
Releases
Wiki
Activity
082981f203
Reid
/
reid_src
/
test.reid
3 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add arithmeticexpression
2020-07-05 21:20:49 +02:00
let number = 2 + 5 * 2 + 5 + 1 * 10 + 1;
let text = "" + number;
print(text);
Reference in New Issue
Copy Permalink