Skip to content

1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 02:01

Added

  • Adds the loadstring function. It compiles a string into lua code - if the code compiles, loadstring will return a function that runs that code; otherwise, it returns nil and the error that prevented the code from compiling.