From b334c0b6bcf520ff20ab2a3192b56304c6ffb306 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 30 Dec 2023 03:02:56 +0100 Subject: Date and post headers styles changed --- environments_in_lua_5_2_and_beyond.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'environments_in_lua_5_2_and_beyond.html') diff --git a/environments_in_lua_5_2_and_beyond.html b/environments_in_lua_5_2_and_beyond.html index ee2e922..3c6469c 100644 --- a/environments_in_lua_5_2_and_beyond.html +++ b/environments_in_lua_5_2_and_beyond.html @@ -10,11 +10,13 @@ Environments in Lua 5.2 and Beyond - +
+ + +

Environments in Lua 5.2 and Beyond

+
-

Environments in Lua 5.2 and Beyond

-

Published on 2020-07-04 20:39:00+02:00

Environments are a way of dealing with various problems. Or creating them entirely on your own. Primarily, they are used to isolate a selected part of a program. As Lua is meant to be used as an embedded language, you may find yourself wanting to separate user created addons from more internal scripts. In short: sandboxing and overall security. -- cgit v1.1