From 7499b422e3f07bf25704cbf7989e845f89697fa8 Mon Sep 17 00:00:00 2001 From: Oscar Lim Date: Sun, 24 Jan 2016 22:53:37 -0800 Subject: Support for gettime and sleep functions Provide `gettime` and `sleep` functions with at least 1 millisecond resolution. --- system/init.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 system/init.lua (limited to 'system') diff --git a/system/init.lua b/system/init.lua new file mode 100644 index 0000000..77e0c3b --- /dev/null +++ b/system/init.lua @@ -0,0 +1,2 @@ +local system = require 'system.core' +return system -- cgit v1.2.3-55-g6feb