Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Executable Definition
◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Executable
■ "Executable" most often refers to certain types of code, files, or
statements:
Term Description
════════════════════ ═══════════════════════════════════════════════
Executable code Code that performs a task at run time, such as
carrying out a command or returning a value. In
contrast, nonexecutable code defines variables
and constants.
Executable file An application created in Visual Basic that can
run outside the programming environment.
Executable statement A statement that Visual Basic translates into a
specific action at run time. Most Visual Basic
statements are executable; exceptions are
declarations, constant definitions, comments,
and user-defined type definitions.
See: ◄Statements Definition►