repo.or.cz
/
phplua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version
[phplua.git]
/
examples
/
script.lua
blob
365fe5731e044a3606e579c8ad49b69609fb108e
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