DECLARE

From QB64 Phoenix Edition Wiki
Revision as of 22:59, 27 February 2024 by RhoSigma (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In legacy versions such as QBasic / QuickBASIC the DECLARE keyword was used in the beginning of a program to declare the subroutines and functions used/defined in that program. Although this practice is still supported for compatibility with old code, it is no longer required in QB64, but instead it is used here to open a Library function block.


Syntax

DECLARE LIBRARY


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage