< Futurebasic < Language < Reference
GLOBALS
Syntax
GLOBALS "filename1" [,"filename2"...]
Description
This statement behaves identically as the INCLUDE
statement. The keyword GLOBALS
is maintained for backwards compatibility with earlier versions of FutureBasic. To make your program easier to read, you may typically use the GLOBALS
statement to include files which define global variables, constants, record structures, etc., while using the INCLUDE
statement to include functions, etc. However, the GLOBALS
statement and the INCLUDE
statement are completely interchangeable.
See Also
INCLUDE
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.