From abbae57c7844b1121e7251d56f681394f20c1821 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 18 May 2025 11:43:43 -0300 Subject: Variable attributes can prefix name list In this format, the attribute applies to all names in the list; e.g. "global print, require, math". --- testes/literals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/literals.lua') diff --git a/testes/literals.lua b/testes/literals.lua index fecdd6d3..336ef585 100644 --- a/testes/literals.lua +++ b/testes/literals.lua @@ -3,7 +3,7 @@ print('testing scanner') -global * +global * local debug = require "debug" -- cgit v1.2.3-55-g6feb