get_iosGNU 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:
defun get_ios = int<32>: { … }
If there is no IO space, get_ios will raise the E_no_ios
exception.