tests/fail/demo_hello.lua

changeset 57
3e148db7f933
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/fail/demo_hello.lua	Tue Oct 26 10:43:56 2010 +0100
@@ -0,0 +1,5 @@
+-- hello.lua
+-- the first program in every language
+
+io.write("Hello world, from ",_VERSION,"!\n")
+

mercurial