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
a5e09295f8
rhai
/
scripts
/
if1.rhai
6 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[BREAKING CHANGE] change variable keyword to 'let' from 'var'
2017-10-02 08:46:35 +02:00
let a = true;
Add a few examples
2016-03-02 03:36:46 +01:00
if (a) {
[BREAKING CHANGE] change variable keyword to 'let' from 'var'
2017-10-02 08:46:35 +02:00
let x = 56;
Add a few examples
2016-03-02 03:36:46 +01:00
print(x);
}
Reference in New Issue
Copy Permalink