lua-users home
lua-l archive

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


>I would like to execute a multi-line buffer.  dostring only executes one
>line, and dofile uses a file.

dostring does work for multi-line buffers.

>I found dobuffer but I don't know how to use it correctly.

dobuffer only works for buffers containing precompiled code.
--lhf