This website requires JavaScript.
Explore
Help
Register
Sign In
xxq250
/
Nasal-Interpreter
mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
Watch
1
Star
0
Fork
You've already forked Nasal-Interpreter
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
f8692f1e4e
Nasal-Interpreter
/
test
/
module_test.nas
5 lines
103 B
Plaintext
Raw
Blame
History
import("./module/libfib.nas");
println(libfib);
println(libfib.fib(29));
println(libfib.qfib(29));
Reference in New Issue
View Git Blame
Copy Permalink