We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47addc6 commit a7458faCopy full SHA for a7458fa
1 file changed
section4/embedded.lua
@@ -2,3 +2,10 @@
2
3
print('hello c++')
4
5
+print(collectgarbage("count"))
6
+
7
+print(os.time())
8
+print(os.date("%Y-%m-%d"))
9
10
+print(jit.version .. ' on ' ..jit.os)
11
0 commit comments