lua: dostring alias + diagnosis notes; keep grinding scoreboard
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 20:53:36 +00:00
parent 46741a9643
commit 57516ce18e
4 changed files with 31 additions and 28 deletions

View File

@@ -1491,6 +1491,8 @@
(define loadstring lua-loadstring)
(define load lua-loadstring)
(define dostring (fn (s) (let ((f (lua-loadstring s))) (f))))
;; select(n, ...) — Lua 5.1 built-in. select("#", ...) is arg count; select(i, ...) returns args from i on.
(define
lua-select