11-07-2024, 11:44 PM
RE: KP
"GoSub is one of those things... The QBasic/QuickBasic reference says that this is only supported for compatibility reasons, but it is not recommended."
GoSub can be very useful for repeated code in main or subroutines, at times it is perfect thing to use.
"GoSub is one of those things... The QBasic/QuickBasic reference says that this is only supported for compatibility reasons, but it is not recommended."
GoSub can be very useful for repeated code in main or subroutines, at times it is perfect thing to use.
b = b + ...