.close
The .close
command closes the selected IO space. The syntax
is:
.close ios
Where ios is a Poke expression that evaluates to an IO space identifier. Examples:
(poke) .close 1 (poke) .close $<*foo*>
Note that closing an IO space with this dot-command implies closing any sub IO space having it as a base.