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
ccc16f42f9
rhai
/
scripts
/
speed_test.rhai
6 lines
58 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 x = 1000000;
Add a few examples
2016-03-02 03:36:46 +01:00
while x > 0 {
x = x - 1;
}
print(x);
Reference in New Issue
Copy Permalink