You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
21 years ago | |
|---|---|---|
| posix | 21 years ago | |
| w32api | 21 years ago | |
| Makefile | 21 years ago | |
| README | 21 years ago | |
| environ.lua | 21 years ago | |
| sleep.c | 21 years ago | |
README
-- environment
os.environ
os.setenv(name, value, overwrite)
os.unsetenv(name)
-- miscellaneous
os.sleep(seconds)
-- file system
os.dir
file = os.file
-- process control
pid = os.spawn(filename, {args={}, env={}, stdin=io_file, stdout=io_file, stderr=io_file})
exitcode = os.wait(pid)