#!/usr/bin/env python

import lua

script = lua.lua ()

print script.run ('return a', 'a', 0)
