Skip to content

Commit

Permalink
Added more info to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
RayMorgan committed Apr 30, 2009
1 parent 902eb20 commit 578cf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -27,7 +27,7 @@ There is also a simple way to run one off simple Lua code snippets:

**NEW Higher Level API**

*call* - Call a Lua function and return the values.
*call* (lua\_state L, (atom|string) function\_name, list arguments, [int num\_returned]) - Call a Lua function and return the values.

1> {ok, L} = lua:new_state().
2> lua_erl:call(L, type, [23], 1).
Expand Down

0 comments on commit 578cf8a

Please sign in to comment.