1 2 3
LL.atexit(function() print('Third') end) LL.atexit(function() print('Second') end) LL.atexit(function() print('First') end)