lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Please regard this as fundamentally misleading information ;)

I was thinking about SciTE Lua, which is a very different animal to a
lua console program spawned by SciTE!

On Tue, Mar 11, 2008 at 2:00 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> SciTE is usually compiled as a GUI application, so standard input and
>  output are not available. So I don't expect io.write to work (SciTE
>  has trace() for this), but I do expect print to work, since it is
>  overriden in SciTE to go to the output pane. So that is puzzling...