Is io.popen available in lua?

https://www.lua.org/manual/5.1/manual.html#pdf-io.popen
If not, is there an alternative? I need to execute a CLI program and read its text output. Currently I’m writing that to a file os.execute instead and reading it from there.