Nested I/O is not allowed under HP BASIC.
Nested I/O does not return an error under HTBasic but should not be used because future improvements may make it illegal.
HTBasic limits the depth that recursion can occur. The depth is limited by the size of the processor stack, not the BASIC workspace size.
|