tests/pass/bool.lua

changeset 84
dfd323d565b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/pass/bool.lua	Fri Nov 19 19:24:23 2010 +0000
@@ -0,0 +1,3 @@
+print(type(true))
+print(type(false))
+print(type(nil))

mercurial