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