[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: trouble updating a lua 4.0 program to run with lua 5.0
- From: Ron Hudson <rhudson@...>
- Date: Sun, 30 Nov 2003 18:18:43 -0600
Ok, I am re-writing my lua startrek program to run under 5.0
$lua trek.lua
several seconds wait - then
$
no output.
Changed all the write( to io.write(
the program should not exit by itself either...
any general hints to find out what exactly is going on inside.
I have added io.write( at several places - still no output
no error messages or anything.