lua_shell {luajr} | R Documentation |
When in interactive mode, provides a basic read-eval-print loop with LuaJIT.
lua_shell(L = NULL)
L |
Lua state in which to run the code. |
Enter an empty line to return to R.
As a convenience, lines starting with an equals sign have the "="
replaced
with "return "
, so that e.g. entering =x
will show the value of x
as
returned to R.
None.