evalstringΒΆ

boolean success evalstring ( string script )

Evaluate a lua string, and print the result in the console

Arguments:

  • script the script text

Return:

  • success true if the script was executed without any error raised