This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
rhai
Watch
1
Star
0
Fork
0
You've already forked rhai
Code
Issues
1
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
f601cc8c0a
Branches
Tags
View all branches
rhai
/
scripts
/
op3.rhai
5 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Pretty up scripts with print.
2020-05-02 16:23:36 +08:00
print("The result should be 230:");
Put comments into example scripts.
2020-03-16 14:50:12 +08:00
let x = (12 + 34) * 5;
Pretty up scripts with print.
2020-05-02 16:23:36 +08:00
print(x);
Reference in New Issue
Copy Permalink