Next: , Previous: , Up: IO Spaces   [Contents][Index]


17.14.1.4 get_ios

GNU poke maintains a current IO space, which is the last created IO space (this includes IO spaces opened and selected using a dot-command). The builtin get_ios returns this space. It has the following prototype:

fun get_ios = int<32>

If there is no IO space, get_ios will raise the E_no_ios exception.