repo.or.cz
/
yu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial stage...
[yu.git]
/
test
/
test4x.lx
blob
d6e9d9d644f4ab6dba3cb16d6aab580080c5e2d6
1
import "test4.lx"
2
import "lua/std.lx"
3
4
func F2()
5
print("good")
6
return F1()
7
end