diff --git a/demo.lua b/demo.lua index 8bf883b..809f8e6 100755 --- a/demo.lua +++ b/demo.lua @@ -29,10 +29,15 @@ input { Demo +

+Try Lua before +downloading it. +Enter your Lua program +or +choose one of the demo programs below.

@@ -65,7 +70,7 @@ demos["hello"] = "print[[hello shenjack]]" local query=os.getenv("QUERY_STRING") if #query > 0 then - T=demos[query] + T=demos[query] or "" end -- continue HTML began in shell script @@ -77,11 +82,12 @@ write[[
- -

Output

-

\n') write('Your program ',E,'.\n') +end