This website requires JavaScript.
Explore
Help
Sign In
mycroft
/
zlox
Watch
1
Star
0
Fork
0
You've already forked zlox
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
zlox
/
samples
/
ch24_fib.lox
6 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
implementing native functions (ch24)
2024-08-29 08:28:08 +02:00
var start = clock();
implementing garbage collection (ch26)
2024-08-30 09:53:32 +02:00
// print fib(20);
implementing native functions (ch24)
2024-08-29 08:28:08 +02:00
print clock() - start;
Reference in New Issue
Copy Permalink