initial stage...
[yu.git] / test / lua / os.lx
blob212da806441048b774b3e996610d8bf72dedd7fa
1 extern
2         func "os.clock" as clock#()
3         func "os.exit" as exit(code#)
4         func "os.getenv" as getenv$(name$)
5         func "os.execute" as execute(cmd$)
6         func "os.time" as time#()
7 end