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
dbe85bf33e
rhai
/
scripts
/
assignment.rhai
6 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use //! for script docs.
2022-07-24 17:03:35 +02:00
//! This script contains a single assignment statement.
Pretty up scripts with print.
2020-05-02 10:23:36 +02:00
minor refactor
2017-12-21 12:28:59 +01:00
let
x
=
78
;
Refine example scripts.
2021-04-09 16:48:47 +02:00
Format example scripts better.
2022-01-20 05:06:36 +01:00
print
(
`
x should be 78:
${
x
}
`
)
;
Reference in New Issue
Copy Permalink