115k views
6 votes
True or False:
QBASIC allows you to break lengthy programs into modules.


1 Answer

8 votes

Answer:

True. Qbasic allows two distinct subdivisions of a program, functions and subroutines. The former of which can return a value, and the latter does not.

*Note I haven't used Qbasic in over a quarter of a century, so it may have evolved in time. My experience with it is on MS-DOS.

User Caiuspb
by
3.9k points