print ("Hello, this is a Lua script.")
print ("Calling the log() function sends entries to the logs")

Foo = {}
Foo['bar'] = 'car'
log('hello', logs)
log(123, 'Foo object', Foo)