USING

From QB64 Phoenix Edition Wiki
Revision as of 16:58, 13 March 2023 by RhoSigma (talk | contribs) (Created page with "The '''USING''' keyword is used in conjunction with other keywords to specify the use of certain parameters for the operation, its use may be optional in some cases. {{PageSyntax}} : LPRINT USING : PRINT USING : PALETTE USING : RANDOMIZE USING {{PageNavigation}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The USING keyword is used in conjunction with other keywords to specify the use of certain parameters for the operation, its use may be optional in some cases.


Syntax

LPRINT USING
PRINT USING
PALETTE USING
RANDOMIZE USING



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