Next: Incompatibilities with version
Up: Incompatibilities with Previous
Previous: Incompatibilities with version
-
The function type
now returns the string "function"
both for C and Lua functions.
Because Lua functions and C functions are compatible,
this behavior is usually more useful.
When needed, the second result of function type may be used
to distinguish between Lua and C functions.
-
A function definition only assigns the function value to the
given variable at execution time.
Next: Incompatibilities with version
Up: Incompatibilities with Previous
Previous: Incompatibilities with version