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/calls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/calls.lua') diff --git a/testes/calls.lua b/testes/calls.lua index 0ea1c4ab..21441701 100644 --- a/testes/calls.lua +++ b/testes/calls.lua @@ -1,7 +1,7 @@ -- $Id: testes/calls.lua $ -- See Copyright Notice in file lua.h -global * +global * print("testing functions and calls") -- cgit v1.2.3-55-g6feb