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
63359f3f81
rhai
/
scripts
/
op1.rhai
6 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Format example scripts better.
2022-01-20 05:06:36 +01:00
// This script runs a single expression.
Pretty up scripts with print.
2020-05-02 10:23:36 +02:00
print
(
"The result should be 46:"
)
;
print
(
34
+
12
)
;
Reference in New Issue
Copy Permalink