1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

Add anonymous functions

This commit is contained in:
Étienne Fildadut 2022-09-28 14:54:31 +09:00
parent 2c6d66c222
commit 5e441886c0
15 changed files with 352 additions and 110 deletions

View file

@ -266,7 +266,9 @@ Save/load script state
Save script state.
See `vm:load`.
Returns save data.
Returns save data in case of success.
Returns nil, error message in case of error.
### vm:postload ()
@ -275,7 +277,7 @@ Perform parsing that needs to be done after loading code.
Returns self in case of success.
Returns nil, error message in case of error
Returns nil, error message in case of error.
### vm:enable (...)