lua callbacks are now object bound
[phplua.git] / examples / script.lua
blob365fe5731e044a3606e579c8ad49b69609fb108e
1 -- example 1
2 for i=1,10 do
3 -- the first program in every language
4 io.write("Hello world, from ",_VERSION,"!\n")
5 end