This website requires JavaScript.
Explore
Help
Sign In
reactor
/
lunar_wave
Watch
1
Star
0
Fork
You've already forked lunar_wave
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e87265373c
lunar_wave
/
test_vectors
/
hello.lua
7 lines
82 B
Lua
Raw
Normal View
History
Unescape
Escape
:bug: bug: fix up printing to mostly match PUC Lua The numbers are still off, since I didn't separate floats and ints yet
2023-09-26 18:46:01 +00:00
print
(
nil
)
print
(
false
)
print
(
true
)
print
(
1993
)
print
(
1993.0
)
Lua virtual machine in Rust, why the heck not.
2023-09-24 21:16:10 +00:00
print
"
Hello.
"